Html Css Color HEX #A52FCE Dark Orchid

📋 copy color: '#A52FCE'

red 165 ◦ green 47 ◦ blue 206

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

Shades of Dark Orchid #A52FCE

Tints of Dark Orchid #A52FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 39.47%
G = 11.24%
B = 49.28%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A52FCE (or 0xA52FCE) is known color: Dark Orchid. HEX triplet: A5, 2F and CE. RGB value is (165,47,206). Sum of RGB (Red+Green+Blue) = 165+47+206=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #A52FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FCE is #5AD031. Grayscale: #636363. Windows color (decimal): -5951538 or 13512613. OLE color: 13512613.

HSL color Cylindrical-coordinate representation of color #A52FCE: hue angle of 284.53º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A52FCE is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 47 206 -
CMYK 0.20 0.77 0 0.19
HSL 284.53º 0.63% 0.5% -
HSV(B) 284.53º 0.77% 0.81% -
XYZ 27.67 14.49 59.73 -
YUV 100.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 165 47 206 0.20 0.77 0 0.19 284.53 0.63 0.5
Hex A5 2F CE 14 4D 0 13 11D 3F 32
Octal 245 57 316 24 115 0 23 435 77 62
Binary 10100101 101111 11001110 10100 1001101 0 10011 100011101 111111 110010

Color Harmonies of #A52FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FCE

Black with #A52FCE

Text Example


Text Example

White with #A52FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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