Html Css Color HEX #A52AE0 Dark Orchid

📋 copy color: '#A52AE0'

red 165 ◦ green 42 ◦ blue 224

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

Shades of Dark Orchid #A52AE0

Tints of Dark Orchid #A52AE0

RGB

 RED value IS 165 (64.84% from 255) = 38.28%

 GREEN value IS 42 (16.8% from 255) = 9.74%

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 38.28%
G = 9.74%
B = 51.97%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A52AE0 (or 0xA52AE0) is known color: Dark Orchid. HEX triplet: A5, 2A and E0. RGB value is (165,42,224). Sum of RGB (Red+Green+Blue) = 165+42+224=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 42 (16.80% from 255 or 9.74% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #A52AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52AE0 is #5AD51F. Grayscale: #626262. Windows color (decimal): -5952800 or 14690981. OLE color: 14690981.

HSL color Cylindrical-coordinate representation of color #A52AE0: hue angle of 280.55º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52AE0 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 42 224 -
CMYK 0.26 0.81 0 0.12
HSL 280.55º 0.75% 0.52% -
HSV(B) 280.55º 0.81% 0.88% -
XYZ 29.8 15.04 71.85 -
YUV 99.53 198.25 174.7 -
System Red Green Blue C M Y K H S L
Decimal 165 42 224 0.26 0.81 0 0.12 280.55 0.75 0.52
Hex A5 2A E0 1A 51 0 C 119 4B 34
Octal 245 52 340 32 121 0 14 431 113 64
Binary 10100101 101010 11100000 11010 1010001 0 1100 100011001 1001011 110100

Color Harmonies of #A52AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AE0

Black with #A52AE0

Text Example


Text Example

White with #A52AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AE0; }

 p { color: rgb(165,42,224); }

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

background-color css

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

 a { background-color: rgb(165,42,224); }

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

border-color css

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

 span { border-color: rgb(165,42,224); }

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