Html Css Color HEX #A52ACB Dark Orchid

📋 copy color: '#A52ACB'

red 165 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #A52ACB

Tints of Dark Orchid #A52ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 40.24%
G = 10.24%
B = 49.51%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A52ACB (or 0xA52ACB) is known color: Dark Orchid. HEX triplet: A5, 2A and CB. RGB value is (165,42,203). Sum of RGB (Red+Green+Blue) = 165+42+203=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #A52ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ACB is #5AD534. Grayscale: #606060. Windows color (decimal): -5952821 or 13314725. OLE color: 13314725.

HSL color Cylindrical-coordinate representation of color #A52ACB: hue angle of 285.84º 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 #A52ACB is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 42 203 -
CMYK 0.19 0.79 0 0.20
HSL 285.84º 0.66% 0.48% -
HSV(B) 285.84º 0.79% 0.8% -
XYZ 27.12 13.97 57.77 -
YUV 97.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 165 42 203 0.19 0.79 0 0.20 285.84 0.66 0.48
Hex A5 2A CB 13 4F 0 14 11E 42 30
Octal 245 52 313 23 117 0 24 436 102 60
Binary 10100101 101010 11001011 10011 1001111 0 10100 100011110 1000010 110000

Color Harmonies of #A52ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52ACB

Black with #A52ACB

Text Example


Text Example

White with #A52ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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