Html Css Color HEX #A237CC Dark Orchid

📋 copy color: '#A237CC'

red 162 ◦ green 55 ◦ blue 204

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

Shades of Dark Orchid #A237CC

Tints of Dark Orchid #A237CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 38.48%
G = 13.06%
B = 48.46%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A237CC (or 0xA237CC) is known color: Dark Orchid. HEX triplet: A2, 37 and CC. RGB value is (162,55,204). Sum of RGB (Red+Green+Blue) = 162+55+204=421 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.48% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #A237CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237CC is #5DC833. Grayscale: #676767. Windows color (decimal): -6146100 or 13383586. OLE color: 13383586.

HSL color Cylindrical-coordinate representation of color #A237CC: hue angle of 283.09º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A237CC is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 55 204 -
CMYK 0.21 0.73 0 0.2
HSL 283.09º 0.59% 0.51% -
HSV(B) 283.09º 0.73% 0.8% -
XYZ 27.17 14.77 58.55 -
YUV 103.98 184.45 169.38 -
System Red Green Blue C M Y K H S L
Decimal 162 55 204 0.21 0.73 0 0.2 283.09 0.59 0.51
Hex A2 37 CC 15 49 0 14 11B 3B 33
Octal 242 67 314 25 111 0 24 433 73 63
Binary 10100010 110111 11001100 10101 1001001 0 10100 100011011 111011 110011

Color Harmonies of #A237CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237CC

Black with #A237CC

Text Example


Text Example

White with #A237CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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