Html Css Color HEX #A52FD3 Dark Orchid

📋 copy color: '#A52FD3'

red 165 ◦ green 47 ◦ blue 211

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

Shades of Dark Orchid #A52FD3

Tints of Dark Orchid #A52FD3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.11%

 BLUE value IS 211 (82.81% from 255) = 49.88%

R = 39.01%
G = 11.11%
B = 49.88%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A52FD3 (or 0xA52FD3) is known color: Dark Orchid. HEX triplet: A5, 2F and D3. RGB value is (165,47,211). Sum of RGB (Red+Green+Blue) = 165+47+211=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 211 (82.81% from 255 or 49.88% from 423); Max value from RGB is 211 - color contains mainly: blue. Hex color #A52FD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FD3 is #5AD02C. Grayscale: #646464. Windows color (decimal): -5951533 or 13840293. OLE color: 13840293.

HSL color Cylindrical-coordinate representation of color #A52FD3: hue angle of 283.17º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52FD3 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 47 211 -
CMYK 0.22 0.78 0 0.17
HSL 283.17º 0.65% 0.51% -
HSV(B) 283.17º 0.78% 0.83% -
XYZ 28.29 14.74 62.98 -
YUV 100.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 165 47 211 0.22 0.78 0 0.17 283.17 0.65 0.51
Hex A5 2F D3 16 4E 0 11 11B 41 33
Octal 245 57 323 26 116 0 21 433 101 63
Binary 10100101 101111 11010011 10110 1001110 0 10001 100011011 1000001 110011

Color Harmonies of #A52FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FD3

Black with #A52FD3

Text Example


Text Example

White with #A52FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FD3; }

 p { color: rgb(165,47,211); }

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

background-color css

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

 a { background-color: rgb(165,47,211); }

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

border-color css

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

 span { border-color: rgb(165,47,211); }

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