Html Css Color HEX #A52AB0 Dark Orchid

📋 copy color: '#A52AB0'

red 165 ◦ green 42 ◦ blue 176

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

Shades of Dark Orchid #A52AB0

Tints of Dark Orchid #A52AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.95%

R = 43.08%
G = 10.97%
B = 45.95%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A52AB0 (or 0xA52AB0) is known color: Dark Orchid. HEX triplet: A5, 2A and B0. RGB value is (165,42,176). Sum of RGB (Red+Green+Blue) = 165+42+176=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #A52AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52AB0 is #5AD54F. Grayscale: #5D5D5D. Windows color (decimal): -5952848 or 11545253. OLE color: 11545253.

HSL color Cylindrical-coordinate representation of color #A52AB0: hue angle of 295.07º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52AB0 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 42 176 -
CMYK 0.06 0.76 0 0.31
HSL 295.07º 0.61% 0.43% -
HSV(B) 295.07º 0.76% 0.69% -
XYZ 24.18 12.79 42.27 -
YUV 94.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 165 42 176 0.06 0.76 0 0.31 295.07 0.61 0.43
Hex A5 2A B0 6 4C 0 1F 127 3D 2B
Octal 245 52 260 6 114 0 37 447 75 53
Binary 10100101 101010 10110000 110 1001100 0 11111 100100111 111101 101011

Color Harmonies of #A52AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52AB0

Black with #A52AB0

Text Example


Text Example

White with #A52AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52AB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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