Html Css Color HEX #A237D0 Dark Orchid

📋 copy color: '#A237D0'

red 162 ◦ green 55 ◦ blue 208

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

Shades of Dark Orchid #A237D0

Tints of Dark Orchid #A237D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.94%

R = 38.12%
G = 12.94%
B = 48.94%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A237D0 (or 0xA237D0) is known color: Dark Orchid. HEX triplet: A2, 37 and D0. RGB value is (162,55,208). Sum of RGB (Red+Green+Blue) = 162+55+208=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 55 (21.88% from 255 or 12.94% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #A237D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237D0 is #5DC82F. Grayscale: #676767. Windows color (decimal): -6146096 or 13645730. OLE color: 13645730.

HSL color Cylindrical-coordinate representation of color #A237D0: hue angle of 281.96º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A237D0 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 55 208 -
CMYK 0.22 0.74 0 0.18
HSL 281.96º 0.62% 0.52% -
HSV(B) 281.96º 0.74% 0.82% -
XYZ 27.65 14.97 61.11 -
YUV 104.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 162 55 208 0.22 0.74 0 0.18 281.96 0.62 0.52
Hex A2 37 D0 16 4A 0 12 11A 3E 34
Octal 242 67 320 26 112 0 22 432 76 64
Binary 10100010 110111 11010000 10110 1001010 0 10010 100011010 111110 110100

Color Harmonies of #A237D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237D0

Black with #A237D0

Text Example


Text Example

White with #A237D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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