Html Css Color HEX #A52DD0 Dark Orchid

📋 copy color: '#A52DD0'

red 165 ◦ green 45 ◦ blue 208

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

Shades of Dark Orchid #A52DD0

Tints of Dark Orchid #A52DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.76%

R = 39.47%
G = 10.77%
B = 49.76%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A52DD0 (or 0xA52DD0) is known color: Dark Orchid. HEX triplet: A5, 2D and D0. RGB value is (165,45,208). Sum of RGB (Red+Green+Blue) = 165+45+208=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 208 (81.64% from 255 or 49.76% from 418); Max value from RGB is 208 - color contains mainly: blue. Hex color #A52DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DD0 is #5AD22F. Grayscale: #626262. Windows color (decimal): -5952048 or 13643173. OLE color: 13643173.

HSL color Cylindrical-coordinate representation of color #A52DD0: hue angle of 284.17º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52DD0 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 45 208 -
CMYK 0.21 0.78 0 0.18
HSL 284.17º 0.64% 0.5% -
HSV(B) 284.17º 0.78% 0.82% -
XYZ 27.84 14.43 60.99 -
YUV 99.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 165 45 208 0.21 0.78 0 0.18 284.17 0.64 0.5
Hex A5 2D D0 15 4E 0 12 11C 40 32
Octal 245 55 320 25 116 0 22 434 100 62
Binary 10100101 101101 11010000 10101 1001110 0 10010 100011100 1000000 110010

Color Harmonies of #A52DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DD0

Black with #A52DD0

Text Example


Text Example

White with #A52DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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