Html Css Color HEX #A231CE Dark Orchid

📋 copy color: '#A231CE'

red 162 ◦ green 49 ◦ blue 206

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

Shades of Dark Orchid #A231CE

Tints of Dark Orchid #A231CE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.75%

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 38.85%
G = 11.75%
B = 49.4%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A231CE (or 0xA231CE) is known color: Dark Orchid. HEX triplet: A2, 31 and CE. RGB value is (162,49,206). Sum of RGB (Red+Green+Blue) = 162+49+206=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #A231CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A231CE is #5DCE31. Grayscale: #646464. Windows color (decimal): -6147634 or 13513122. OLE color: 13513122.

HSL color Cylindrical-coordinate representation of color #A231CE: hue angle of 283.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A231CE is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 49 206 -
CMYK 0.21 0.76 0 0.19
HSL 283.18º 0.62% 0.5% -
HSV(B) 283.18º 0.76% 0.81% -
XYZ 27.14 14.33 59.73 -
YUV 100.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 162 49 206 0.21 0.76 0 0.19 283.18 0.62 0.5
Hex A2 31 CE 15 4C 0 13 11B 3E 32
Octal 242 61 316 25 114 0 23 433 76 62
Binary 10100010 110001 11001110 10101 1001100 0 10011 100011011 111110 110010

Color Harmonies of #A231CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231CE

Black with #A231CE

Text Example


Text Example

White with #A231CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231CE; }

 p { color: rgb(162,49,206); }

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

background-color css

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

 a { background-color: rgb(162,49,206); }

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

border-color css

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

 span { border-color: rgb(162,49,206); }

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