Html Css Color HEX #A52CFA Blue Violet

📋 copy color: '#A52CFA'

red 165 ◦ green 44 ◦ blue 250

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

Shades of Blue Violet #A52CFA

Tints of Blue Violet #A52CFA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.59%

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 35.95%
G = 9.59%
B = 54.47%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A52CFA (or 0xA52CFA) is known color: Blue Violet. HEX triplet: A5, 2C and FA. RGB value is (165,44,250). Sum of RGB (Red+Green+Blue) = 165+44+250=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #A52CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A52CFA is #5AD305. Grayscale: #666666. Windows color (decimal): -5952262 or 16395429. OLE color: 16395429.

HSL color Cylindrical-coordinate representation of color #A52CFA: hue angle of 275.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A52CFA is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 44 250 -
CMYK 0.34 0.82 0 0.02
HSL 275.24º 0.95% 0.58% -
HSV(B) 275.24º 0.82% 0.98% -
XYZ 33.67 16.7 91.89 -
YUV 103.66 210.59 171.75 -
System Red Green Blue C M Y K H S L
Decimal 165 44 250 0.34 0.82 0 0.02 275.24 0.95 0.58
Hex A5 2C FA 22 52 0 2 113 5F 3A
Octal 245 54 372 42 122 0 2 423 137 72
Binary 10100101 101100 11111010 100010 1010010 0 10 100010011 1011111 111010

Color Harmonies of #A52CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52CFA

Black with #A52CFA

Text Example


Text Example

White with #A52CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52CFA; }

 p { color: rgb(165,44,250); }

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

background-color css

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

 a { background-color: rgb(165,44,250); }

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

border-color css

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

 span { border-color: rgb(165,44,250); }

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