Html Css Color HEX #A236B5 Dark Orchid

📋 copy color: '#A236B5'

red 162 ◦ green 54 ◦ blue 181

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

Shades of Dark Orchid #A236B5

Tints of Dark Orchid #A236B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.59%

R = 40.81%
G = 13.6%
B = 45.59%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A236B5 (or 0xA236B5) is known color: Dark Orchid. HEX triplet: A2, 36 and B5. RGB value is (162,54,181). Sum of RGB (Red+Green+Blue) = 162+54+181=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 181 (71.09% from 255 or 45.59% from 397); Max value from RGB is 181 - color contains mainly: blue. Hex color #A236B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A236B5 is #5DC94A. Grayscale: #646464. Windows color (decimal): -6146379 or 11876002. OLE color: 11876002.

HSL color Cylindrical-coordinate representation of color #A236B5: hue angle of 291.02º 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 #A236B5 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 54 181 -
CMYK 0.10 0.70 0 0.29
HSL 291.02º 0.54% 0.46% -
HSV(B) 291.02º 0.7% 0.71% -
XYZ 24.56 13.66 45.06 -
YUV 100.77 173.28 171.67 -
System Red Green Blue C M Y K H S L
Decimal 162 54 181 0.10 0.70 0 0.29 291.02 0.54 0.46
Hex A2 36 B5 A 46 0 1D 123 36 2E
Octal 242 66 265 12 106 0 35 443 66 56
Binary 10100010 110110 10110101 1010 1000110 0 11101 100100011 110110 101110

Color Harmonies of #A236B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A236B5

Black with #A236B5

Text Example


Text Example

White with #A236B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A236B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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