Html Css Color HEX #A52FFC Blue Violet

📋 copy color: '#A52FFC'

red 165 ◦ green 47 ◦ blue 252

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

Shades of Blue Violet #A52FFC

Tints of Blue Violet #A52FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.31%

R = 35.56%
G = 10.13%
B = 54.31%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A52FFC (or 0xA52FFC) is known color: Blue Violet. HEX triplet: A5, 2F and FC. RGB value is (165,47,252). Sum of RGB (Red+Green+Blue) = 165+47+252=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 47 (18.75% from 255 or 10.13% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #A52FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FFC is #5AD003. Grayscale: #686868. Windows color (decimal): -5951492 or 16527269. OLE color: 16527269.

HSL color Cylindrical-coordinate representation of color #A52FFC: hue angle of 274.54º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52FFC is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 47 252 -
CMYK 0.35 0.81 0 0.01
HSL 274.54º 0.97% 0.59% -
HSV(B) 274.54º 0.81% 0.99% -
XYZ 34.1 17.06 93.59 -
YUV 105.65 210.59 170.33 -
System Red Green Blue C M Y K H S L
Decimal 165 47 252 0.35 0.81 0 0.01 274.54 0.97 0.59
Hex A5 2F FC 23 51 0 1 113 61 3B
Octal 245 57 374 43 121 0 1 423 141 73
Binary 10100101 101111 11111100 100011 1010001 0 1 100010011 1100001 111011

Color Harmonies of #A52FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FFC

Black with #A52FFC

Text Example


Text Example

White with #A52FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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