Html Css Color HEX #A236DF Dark Orchid

📋 copy color: '#A236DF'

red 162 ◦ green 54 ◦ blue 223

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

Shades of Dark Orchid #A236DF

Tints of Dark Orchid #A236DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 36.9%
G = 12.3%
B = 50.8%

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

#A236DF (or 0xA236DF) is known color: Dark Orchid. HEX triplet: A2, 36 and DF. RGB value is (162,54,223). Sum of RGB (Red+Green+Blue) = 162+54+223=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #A236DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236DF is #5DC920. Grayscale: #686868. Windows color (decimal): -6146337 or 14628514. OLE color: 14628514.

HSL color Cylindrical-coordinate representation of color #A236DF: hue angle of 278.34º degrees, saturation: 0.73, 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 #A236DF is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 54 223 -
CMYK 0.27 0.76 0 0.13
HSL 278.34º 0.73% 0.54% -
HSV(B) 278.34º 0.76% 0.87% -
XYZ 29.54 15.65 71.28 -
YUV 105.56 194.28 168.26 -
System Red Green Blue C M Y K H S L
Decimal 162 54 223 0.27 0.76 0 0.13 278.34 0.73 0.54
Hex A2 36 DF 1B 4C 0 D 116 49 36
Octal 242 66 337 33 114 0 15 426 111 66
Binary 10100010 110110 11011111 11011 1001100 0 1101 100010110 1001001 110110

Color Harmonies of #A236DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A236DF

Black with #A236DF

Text Example


Text Example

White with #A236DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A236DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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