Html Css Color HEX #A237DB Dark Orchid

📋 copy color: '#A237DB'

red 162 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #A237DB

Tints of Dark Orchid #A237DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.61%

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

R = 37.16%
G = 12.61%
B = 50.23%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A237DB (or 0xA237DB) is known color: Dark Orchid. HEX triplet: A2, 37 and DB. RGB value is (162,55,219). Sum of RGB (Red+Green+Blue) = 162+55+219=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #A237DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237DB is #5DC824. Grayscale: #696969. Windows color (decimal): -6146085 or 14366626. OLE color: 14366626.

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

Color convert

RGB 162 55 219 -
CMYK 0.26 0.75 0 0.14
HSL 279.15º 0.69% 0.54% -
HSV(B) 279.15º 0.75% 0.86% -
XYZ 29.05 15.53 68.48 -
YUV 105.69 191.95 168.16 -
System Red Green Blue C M Y K H S L
Decimal 162 55 219 0.26 0.75 0 0.14 279.15 0.69 0.54
Hex A2 37 DB 1A 4B 0 E 117 45 36
Octal 242 67 333 32 113 0 16 427 105 66
Binary 10100010 110111 11011011 11010 1001011 0 1110 100010111 1000101 110110

Color Harmonies of #A237DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237DB

Black with #A237DB

Text Example


Text Example

White with #A237DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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