Html Css Color HEX #A238CC Dark Orchid

📋 copy color: '#A238CC'

red 162 ◦ green 56 ◦ blue 204

#A238CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A238CC

Tints of Dark Orchid #A238CC

RGB

 RED value IS 162 (63.67% from 255) = 38.39%

 GREEN value IS 56 (22.27% from 255) = 13.27%

 BLUE value IS 204 (80.08% from 255) = 48.34%

R = 38.39%
G = 13.27%
B = 48.34%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A238CC (or 0xA238CC) is known color: Dark Orchid. HEX triplet: A2, 38 and CC. RGB value is (162,56,204). Sum of RGB (Red+Green+Blue) = 162+56+204=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #A238CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A238CC is #5DC733. Grayscale: #686868. Windows color (decimal): -6145844 or 13383842. OLE color: 13383842.

HSL color Cylindrical-coordinate representation of color #A238CC: hue angle of 282.97º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A238CC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 56 204 -
CMYK 0.21 0.73 0 0.2
HSL 282.97º 0.59% 0.51% -
HSV(B) 282.97º 0.73% 0.8% -
XYZ 27.21 14.87 58.56 -
YUV 104.57 184.12 168.97 -
System Red Green Blue C M Y K H S L
Decimal 162 56 204 0.21 0.73 0 0.2 282.97 0.59 0.51
Hex A2 38 CC 15 49 0 14 11B 3B 33
Octal 242 70 314 25 111 0 24 433 73 63
Binary 10100010 111000 11001100 10101 1001001 0 10100 100011011 111011 110011

Color Harmonies of #A238CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A238CC

Black with #A238CC

Text Example


Text Example

White with #A238CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A238CC; }

 p { color: rgb(162,56,204); }

 H1.HeaderClassName
 {
   color: #A238CC;
 }
 .AnyTagClassName
 {
   color: #A238CC;
 }
</style>

background-color css

<style>
 a { background-color: #A238CC; }

 a { background-color: rgb(162,56,204); }

 div.DivClassName
 {
   background-color: #A238CC;
 }
 .BgClassName
 {
   background-color: #A238CC;
 }
</style>

border-color css

<style>
 span { border-color: #A238CC; }

 span { border-color: rgb(162,56,204); }

 td.TdClassName
 {
   border-color: #A238CC;
 }
 .TagClassName
 {
   border-color: #A238CC;
 }
</style>