Html Css Color HEX #A237DA Dark Orchid

📋 copy color: '#A237DA'

red 162 ◦ green 55 ◦ blue 218

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

Shades of Dark Orchid #A237DA

Tints of Dark Orchid #A237DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 37.24%
G = 12.64%
B = 50.11%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A237DA (or 0xA237DA) is known color: Dark Orchid. HEX triplet: A2, 37 and DA. RGB value is (162,55,218). Sum of RGB (Red+Green+Blue) = 162+55+218=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #A237DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A237DA is #5DC825. Grayscale: #696969. Windows color (decimal): -6146086 or 14301090. OLE color: 14301090.

HSL color Cylindrical-coordinate representation of color #A237DA: hue angle of 279.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A237DA is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 55 218 -
CMYK 0.26 0.75 0 0.15
HSL 279.39º 0.69% 0.54% -
HSV(B) 279.39º 0.75% 0.85% -
XYZ 28.92 15.48 67.79 -
YUV 105.58 191.45 168.25 -
System Red Green Blue C M Y K H S L
Decimal 162 55 218 0.26 0.75 0 0.15 279.39 0.69 0.54
Hex A2 37 DA 1A 4B 0 F 117 45 36
Octal 242 67 332 32 113 0 17 427 105 66
Binary 10100010 110111 11011010 11010 1001011 0 1111 100010111 1000101 110110

Color Harmonies of #A237DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A237DA

Black with #A237DA

Text Example


Text Example

White with #A237DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A237DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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