Html Css Color HEX #A236DB Dark Orchid

📋 copy color: '#A236DB'

red 162 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #A236DB

Tints of Dark Orchid #A236DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.41%

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

R = 37.24%
G = 12.41%
B = 50.34%

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

#A236DB (or 0xA236DB) is known color: Dark Orchid. HEX triplet: A2, 36 and DB. RGB value is (162,54,219). Sum of RGB (Red+Green+Blue) = 162+54+219=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #A236DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236DB is #5DC924. Grayscale: #686868. Windows color (decimal): -6146341 or 14366370. OLE color: 14366370.

HSL color Cylindrical-coordinate representation of color #A236DB: hue angle of 279.27º degrees, saturation: 0.7, 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 #A236DB is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 54 219 -
CMYK 0.26 0.75 0 0.14
HSL 279.27º 0.7% 0.54% -
HSV(B) 279.27º 0.75% 0.86% -
XYZ 29.01 15.43 68.47 -
YUV 105.1 192.28 168.58 -
System Red Green Blue C M Y K H S L
Decimal 162 54 219 0.26 0.75 0 0.14 279.27 0.7 0.54
Hex A2 36 DB 1A 4B 0 E 117 46 36
Octal 242 66 333 32 113 0 16 427 106 66
Binary 10100010 110110 11011011 11010 1001011 0 1110 100010111 1000110 110110

Color Harmonies of #A236DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A236DB

Black with #A236DB

Text Example


Text Example

White with #A236DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A236DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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