Html Css Color HEX #A237CE Dark Orchid

📋 copy color: '#A237CE'

red 162 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #A237CE

Tints of Dark Orchid #A237CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 38.3%
G = 13%
B = 48.7%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A237CE (or 0xA237CE) is known color: Dark Orchid. HEX triplet: A2, 37 and CE. RGB value is (162,55,206). Sum of RGB (Red+Green+Blue) = 162+55+206=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #A237CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237CE is #5DC831. Grayscale: #676767. Windows color (decimal): -6146098 or 13514658. OLE color: 13514658.

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

Color convert

RGB 162 55 206 -
CMYK 0.21 0.73 0 0.19
HSL 282.52º 0.61% 0.51% -
HSV(B) 282.52º 0.73% 0.81% -
XYZ 27.41 14.87 59.82 -
YUV 104.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 162 55 206 0.21 0.73 0 0.19 282.52 0.61 0.51
Hex A2 37 CE 15 49 0 13 11B 3D 33
Octal 242 67 316 25 111 0 23 433 75 63
Binary 10100010 110111 11001110 10101 1001001 0 10011 100011011 111101 110011

Color Harmonies of #A237CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237CE

Black with #A237CE

Text Example


Text Example

White with #A237CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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