Html Css Color HEX #A237AA Dark Orchid

📋 copy color: '#A237AA'

red 162 ◦ green 55 ◦ blue 170

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

Shades of Dark Orchid #A237AA

Tints of Dark Orchid #A237AA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.21%

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 41.86%
G = 14.21%
B = 43.93%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A237AA (or 0xA237AA) is known color: Dark Orchid. HEX triplet: A2, 37 and AA. RGB value is (162,55,170). Sum of RGB (Red+Green+Blue) = 162+55+170=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #A237AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A237AA is #5DC855. Grayscale: #636363. Windows color (decimal): -6146134 or 11155362. OLE color: 11155362.

HSL color Cylindrical-coordinate representation of color #A237AA: hue angle of 295.83º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A237AA is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 55 170 -
CMYK 0.05 0.68 0 0.33
HSL 295.83º 0.51% 0.44% -
HSV(B) 295.83º 0.68% 0.67% -
XYZ 23.52 13.32 39.36 -
YUV 100.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 162 55 170 0.05 0.68 0 0.33 295.83 0.51 0.44
Hex A2 37 AA 5 44 0 21 128 33 2C
Octal 242 67 252 5 104 0 41 450 63 54
Binary 10100010 110111 10101010 101 1000100 0 100001 100101000 110011 101100

Color Harmonies of #A237AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237AA

Black with #A237AA

Text Example


Text Example

White with #A237AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237AA; }

 p { color: rgb(162,55,170); }

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

background-color css

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

 a { background-color: rgb(162,55,170); }

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

border-color css

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

 span { border-color: rgb(162,55,170); }

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