Html Css Color HEX #A236DE Dark Orchid

📋 copy color: '#A236DE'

red 162 ◦ green 54 ◦ blue 222

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

Shades of Dark Orchid #A236DE

Tints of Dark Orchid #A236DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 36.99%
G = 12.33%
B = 50.68%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A236DE (or 0xA236DE) is known color: Dark Orchid. HEX triplet: A2, 36 and DE. RGB value is (162,54,222). Sum of RGB (Red+Green+Blue) = 162+54+222=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 54 (21.48% from 255 or 12.33% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #A236DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236DE is #5DC921. Grayscale: #686868. Windows color (decimal): -6146338 or 14562978. OLE color: 14562978.

HSL color Cylindrical-coordinate representation of color #A236DE: hue angle of 278.57º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A236DE is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 54 222 -
CMYK 0.27 0.76 0 0.13
HSL 278.57º 0.72% 0.54% -
HSV(B) 278.57º 0.76% 0.87% -
XYZ 29.4 15.59 70.57 -
YUV 105.44 193.78 168.34 -
System Red Green Blue C M Y K H S L
Decimal 162 54 222 0.27 0.76 0 0.13 278.57 0.72 0.54
Hex A2 36 DE 1B 4C 0 D 117 48 36
Octal 242 66 336 33 114 0 15 427 110 66
Binary 10100010 110110 11011110 11011 1001100 0 1101 100010111 1001000 110110

Color Harmonies of #A236DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A236DE

Black with #A236DE

Text Example


Text Example

White with #A236DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A236DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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