Html Css Color HEX #A237AC Dark Orchid

📋 copy color: '#A237AC'

red 162 ◦ green 55 ◦ blue 172

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

Shades of Dark Orchid #A237AC

Tints of Dark Orchid #A237AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.22%

R = 41.65%
G = 14.14%
B = 44.22%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A237AC (or 0xA237AC) is known color: Dark Orchid. HEX triplet: A2, 37 and AC. RGB value is (162,55,172). Sum of RGB (Red+Green+Blue) = 162+55+172=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #A237AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A237AC is #5DC853. Grayscale: #636363. Windows color (decimal): -6146132 or 11286434. OLE color: 11286434.

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

Color convert

RGB 162 55 172 -
CMYK 0.06 0.68 0 0.33
HSL 294.87º 0.52% 0.45% -
HSV(B) 294.87º 0.68% 0.67% -
XYZ 23.71 13.39 40.36 -
YUV 100.33 168.45 171.99 -
System Red Green Blue C M Y K H S L
Decimal 162 55 172 0.06 0.68 0 0.33 294.87 0.52 0.45
Hex A2 37 AC 6 44 0 21 127 34 2D
Octal 242 67 254 6 104 0 41 447 64 55
Binary 10100010 110111 10101100 110 1000100 0 100001 100100111 110100 101101

Color Harmonies of #A237AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237AC

Black with #A237AC

Text Example


Text Example

White with #A237AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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