Html Css Color HEX #A52DD5 Dark Orchid

📋 copy color: '#A52DD5'

red 165 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #A52DD5

Tints of Dark Orchid #A52DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.35%

R = 39.01%
G = 10.64%
B = 50.35%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A52DD5 (or 0xA52DD5) is known color: Dark Orchid. HEX triplet: A5, 2D and D5. RGB value is (165,45,213). Sum of RGB (Red+Green+Blue) = 165+45+213=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 213 (83.59% from 255 or 50.35% from 423); Max value from RGB is 213 - color contains mainly: blue. Hex color #A52DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DD5 is #5AD22A. Grayscale: #636363. Windows color (decimal): -5952043 or 13970853. OLE color: 13970853.

HSL color Cylindrical-coordinate representation of color #A52DD5: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52DD5 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 45 213 -
CMYK 0.23 0.79 0 0.16
HSL 282.86º 0.67% 0.51% -
HSV(B) 282.86º 0.79% 0.84% -
XYZ 28.47 14.68 64.28 -
YUV 100.03 191.76 174.34 -
System Red Green Blue C M Y K H S L
Decimal 165 45 213 0.23 0.79 0 0.16 282.86 0.67 0.51
Hex A5 2D D5 17 4F 0 10 11B 43 33
Octal 245 55 325 27 117 0 20 433 103 63
Binary 10100101 101101 11010101 10111 1001111 0 10000 100011011 1000011 110011

Color Harmonies of #A52DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52DD5

Black with #A52DD5

Text Example


Text Example

White with #A52DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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