Html Css Color HEX #A52AC8 Dark Orchid

📋 copy color: '#A52AC8'

red 165 ◦ green 42 ◦ blue 200

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

Shades of Dark Orchid #A52AC8

Tints of Dark Orchid #A52AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.14%

R = 40.54%
G = 10.32%
B = 49.14%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A52AC8 (or 0xA52AC8) is known color: Dark Orchid. HEX triplet: A5, 2A and C8. RGB value is (165,42,200). Sum of RGB (Red+Green+Blue) = 165+42+200=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 200 (78.52% from 255 or 49.14% from 407); Max value from RGB is 200 - color contains mainly: blue. Hex color #A52AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52AC8 is #5AD537. Grayscale: #606060. Windows color (decimal): -5952824 or 13118117. OLE color: 13118117.

HSL color Cylindrical-coordinate representation of color #A52AC8: hue angle of 286.71º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52AC8 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 42 200 -
CMYK 0.18 0.79 0 0.22
HSL 286.71º 0.65% 0.47% -
HSV(B) 286.71º 0.79% 0.78% -
XYZ 26.77 13.83 55.9 -
YUV 96.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 165 42 200 0.18 0.79 0 0.22 286.71 0.65 0.47
Hex A5 2A C8 12 4F 0 16 11F 41 2F
Octal 245 52 310 22 117 0 26 437 101 57
Binary 10100101 101010 11001000 10010 1001111 0 10110 100011111 1000001 101111

Color Harmonies of #A52AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AC8

Black with #A52AC8

Text Example


Text Example

White with #A52AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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