Html Css Color HEX #A236B6 Dark Orchid

📋 copy color: '#A236B6'

red 162 ◦ green 54 ◦ blue 182

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

Shades of Dark Orchid #A236B6

Tints of Dark Orchid #A236B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.73%

R = 40.7%
G = 13.57%
B = 45.73%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A236B6 (or 0xA236B6) is known color: Dark Orchid. HEX triplet: A2, 36 and B6. RGB value is (162,54,182). Sum of RGB (Red+Green+Blue) = 162+54+182=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #A236B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236B6 is #5DC949. Grayscale: #646464. Windows color (decimal): -6146378 or 11941538. OLE color: 11941538.

HSL color Cylindrical-coordinate representation of color #A236B6: hue angle of 290.62º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A236B6 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 54 182 -
CMYK 0.11 0.70 0 0.29
HSL 290.63º 0.54% 0.46% -
HSV(B) 290.63º 0.7% 0.71% -
XYZ 24.66 13.7 45.6 -
YUV 100.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 162 54 182 0.11 0.70 0 0.29 290.63 0.54 0.46
Hex A2 36 B6 B 46 0 1D 123 36 2E
Octal 242 66 266 13 106 0 35 443 66 56
Binary 10100010 110110 10110110 1011 1000110 0 11101 100100011 110110 101110

Color Harmonies of #A236B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A236B6

Black with #A236B6

Text Example


Text Example

White with #A236B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A236B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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