Html Css Color HEX #A52ACC Dark Orchid

📋 copy color: '#A52ACC'

red 165 ◦ green 42 ◦ blue 204

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

Shades of Dark Orchid #A52ACC

Tints of Dark Orchid #A52ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 40.15%
G = 10.22%
B = 49.64%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A52ACC (or 0xA52ACC) is known color: Dark Orchid. HEX triplet: A5, 2A and CC. RGB value is (165,42,204). Sum of RGB (Red+Green+Blue) = 165+42+204=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #A52ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ACC is #5AD533. Grayscale: #606060. Windows color (decimal): -5952820 or 13380261. OLE color: 13380261.

HSL color Cylindrical-coordinate representation of color #A52ACC: hue angle of 285.56º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52ACC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 42 204 -
CMYK 0.19 0.79 0 0.2
HSL 285.56º 0.66% 0.48% -
HSV(B) 285.56º 0.79% 0.8% -
XYZ 27.24 14.01 58.4 -
YUV 97.25 188.25 176.33 -
System Red Green Blue C M Y K H S L
Decimal 165 42 204 0.19 0.79 0 0.2 285.56 0.66 0.48
Hex A5 2A CC 13 4F 0 14 11E 42 30
Octal 245 52 314 23 117 0 24 436 102 60
Binary 10100101 101010 11001100 10011 1001111 0 10100 100011110 1000010 110000

Color Harmonies of #A52ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52ACC

Black with #A52ACC

Text Example


Text Example

White with #A52ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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