Html Css Color HEX #A52DB9 Dark Orchid

📋 copy color: '#A52DB9'

red 165 ◦ green 45 ◦ blue 185

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

Shades of Dark Orchid #A52DB9

Tints of Dark Orchid #A52DB9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.39%

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 41.77%
G = 11.39%
B = 46.84%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A52DB9 (or 0xA52DB9) is known color: Dark Orchid. HEX triplet: A5, 2D and B9. RGB value is (165,45,185). Sum of RGB (Red+Green+Blue) = 165+45+185=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #A52DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DB9 is #5AD246. Grayscale: #606060. Windows color (decimal): -5952071 or 12135845. OLE color: 12135845.

HSL color Cylindrical-coordinate representation of color #A52DB9: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52DB9 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 45 185 -
CMYK 0.11 0.76 0 0.27
HSL 291.43º 0.61% 0.45% -
HSV(B) 291.43º 0.76% 0.73% -
XYZ 25.21 13.38 47.15 -
YUV 96.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 165 45 185 0.11 0.76 0 0.27 291.43 0.61 0.45
Hex A5 2D B9 B 4C 0 1B 123 3D 2D
Octal 245 55 271 13 114 0 33 443 75 55
Binary 10100101 101101 10111001 1011 1001100 0 11011 100100011 111101 101101

Color Harmonies of #A52DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DB9

Black with #A52DB9

Text Example


Text Example

White with #A52DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DB9; }

 p { color: rgb(165,45,185); }

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

background-color css

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

 a { background-color: rgb(165,45,185); }

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

border-color css

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

 span { border-color: rgb(165,45,185); }

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