Html Css Color HEX #A52FFD Blue Violet

📋 copy color: '#A52FFD'

red 165 ◦ green 47 ◦ blue 253

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

Shades of Blue Violet #A52FFD

Tints of Blue Violet #A52FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 35.48%
G = 10.11%
B = 54.41%

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

#A52FFD (or 0xA52FFD) is known color: Blue Violet. HEX triplet: A5, 2F and FD. RGB value is (165,47,253). Sum of RGB (Red+Green+Blue) = 165+47+253=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #A52FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52FFD is #5AD002. Grayscale: #696969. Windows color (decimal): -5951491 or 16592805. OLE color: 16592805.

HSL color Cylindrical-coordinate representation of color #A52FFD: hue angle of 274.37º degrees, saturation: 0.98, 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 #A52FFD is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 47 253 -
CMYK 0.35 0.81 0 0.01
HSL 274.37º 0.98% 0.59% -
HSV(B) 274.37º 0.81% 0.99% -
XYZ 34.26 17.12 94.43 -
YUV 105.77 211.09 170.25 -
System Red Green Blue C M Y K H S L
Decimal 165 47 253 0.35 0.81 0 0.01 274.37 0.98 0.59
Hex A5 2F FD 23 51 0 1 112 62 3B
Octal 245 57 375 43 121 0 1 422 142 73
Binary 10100101 101111 11111101 100011 1010001 0 1 100010010 1100010 111011

Color Harmonies of #A52FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52FFD

Black with #A52FFD

Text Example


Text Example

White with #A52FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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