Html Css Color HEX #A231DB Dark Orchid

📋 copy color: '#A231DB'

red 162 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #A231DB

Tints of Dark Orchid #A231DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.93%

R = 37.67%
G = 11.4%
B = 50.93%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A231DB (or 0xA231DB) is known color: Dark Orchid. HEX triplet: A2, 31 and DB. RGB value is (162,49,219). Sum of RGB (Red+Green+Blue) = 162+49+219=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #A231DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A231DB is #5DCE24. Grayscale: #656565. Windows color (decimal): -6147621 or 14365090. OLE color: 14365090.

HSL color Cylindrical-coordinate representation of color #A231DB: hue angle of 279.88º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A231DB is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 49 219 -
CMYK 0.26 0.78 0 0.14
HSL 279.88º 0.7% 0.53% -
HSV(B) 279.88º 0.78% 0.86% -
XYZ 28.78 14.99 68.39 -
YUV 102.17 193.94 170.68 -
System Red Green Blue C M Y K H S L
Decimal 162 49 219 0.26 0.78 0 0.14 279.88 0.7 0.53
Hex A2 31 DB 1A 4E 0 E 118 46 35
Octal 242 61 333 32 116 0 16 430 106 65
Binary 10100010 110001 11011011 11010 1001110 0 1110 100011000 1000110 110101

Color Harmonies of #A231DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231DB

Black with #A231DB

Text Example


Text Example

White with #A231DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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