Html Css Color HEX #A52FDC Dark Orchid

📋 copy color: '#A52FDC'

red 165 ◦ green 47 ◦ blue 220

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

Shades of Dark Orchid #A52FDC

Tints of Dark Orchid #A52FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 38.19%
G = 10.88%
B = 50.93%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A52FDC (or 0xA52FDC) is known color: Dark Orchid. HEX triplet: A5, 2F and DC. RGB value is (165,47,220). Sum of RGB (Red+Green+Blue) = 165+47+220=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #A52FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FDC is #5AD023. Grayscale: #656565. Windows color (decimal): -5951524 or 14430117. OLE color: 14430117.

HSL color Cylindrical-coordinate representation of color #A52FDC: hue angle of 280.92º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52FDC is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 47 220 -
CMYK 0.25 0.79 0 0.14
HSL 280.92º 0.71% 0.52% -
HSV(B) 280.92º 0.79% 0.86% -
XYZ 29.45 15.2 69.09 -
YUV 102 194.59 172.93 -
System Red Green Blue C M Y K H S L
Decimal 165 47 220 0.25 0.79 0 0.14 280.92 0.71 0.52
Hex A5 2F DC 19 4F 0 E 119 47 34
Octal 245 57 334 31 117 0 16 431 107 64
Binary 10100101 101111 11011100 11001 1001111 0 1110 100011001 1000111 110100

Color Harmonies of #A52FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FDC

Black with #A52FDC

Text Example


Text Example

White with #A52FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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