Html Css Color HEX #A52FCF Dark Orchid

📋 copy color: '#A52FCF'

red 165 ◦ green 47 ◦ blue 207

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

Shades of Dark Orchid #A52FCF

Tints of Dark Orchid #A52FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 39.38%
G = 11.22%
B = 49.4%

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

#A52FCF (or 0xA52FCF) is known color: Dark Orchid. HEX triplet: A5, 2F and CF. RGB value is (165,47,207). Sum of RGB (Red+Green+Blue) = 165+47+207=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #A52FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FCF is #5AD030. Grayscale: #636363. Windows color (decimal): -5951537 or 13578149. OLE color: 13578149.

HSL color Cylindrical-coordinate representation of color #A52FCF: hue angle of 284.25º 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 #A52FCF is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 47 207 -
CMYK 0.20 0.77 0 0.19
HSL 284.25º 0.63% 0.5% -
HSV(B) 284.25º 0.77% 0.81% -
XYZ 27.8 14.54 60.37 -
YUV 100.52 188.09 173.99 -
System Red Green Blue C M Y K H S L
Decimal 165 47 207 0.20 0.77 0 0.19 284.25 0.63 0.5
Hex A5 2F CF 14 4D 0 13 11C 3F 32
Octal 245 57 317 24 115 0 23 434 77 62
Binary 10100101 101111 11001111 10100 1001101 0 10011 100011100 111111 110010

Color Harmonies of #A52FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FCF

Black with #A52FCF

Text Example


Text Example

White with #A52FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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