Html Css Color HEX #A237DD Dark Orchid

📋 copy color: '#A237DD'

red 162 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #A237DD

Tints of Dark Orchid #A237DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 36.99%
G = 12.56%
B = 50.46%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A237DD (or 0xA237DD) is known color: Dark Orchid. HEX triplet: A2, 37 and DD. RGB value is (162,55,221). Sum of RGB (Red+Green+Blue) = 162+55+221=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 55 (21.88% from 255 or 12.56% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #A237DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237DD is #5DC822. Grayscale: #696969. Windows color (decimal): -6146083 or 14497698. OLE color: 14497698.

HSL color Cylindrical-coordinate representation of color #A237DD: hue angle of 278.67º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A237DD is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 55 221 -
CMYK 0.27 0.75 0 0.13
HSL 278.67º 0.71% 0.54% -
HSV(B) 278.67º 0.75% 0.87% -
XYZ 29.32 15.63 69.88 -
YUV 105.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 162 55 221 0.27 0.75 0 0.13 278.67 0.71 0.54
Hex A2 37 DD 1B 4B 0 D 117 47 36
Octal 242 67 335 33 113 0 15 427 107 66
Binary 10100010 110111 11011101 11011 1001011 0 1101 100010111 1000111 110110

Color Harmonies of #A237DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237DD

Black with #A237DD

Text Example


Text Example

White with #A237DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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