Html Css Color HEX #A527FC Blue Violet

📋 copy color: '#A527FC'

red 165 ◦ green 39 ◦ blue 252

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

Shades of Blue Violet #A527FC

Tints of Blue Violet #A527FC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.55%

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

R = 36.18%
G = 8.55%
B = 55.26%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A527FC (or 0xA527FC) is known color: Blue Violet. HEX triplet: A5, 27 and FC. RGB value is (165,39,252). Sum of RGB (Red+Green+Blue) = 165+39+252=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 39 (15.62% from 255 or 8.55% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #A527FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A527FC is #5AD803. Grayscale: #646464. Windows color (decimal): -5953540 or 16525221. OLE color: 16525221.

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

Color convert

RGB 165 39 252 -
CMYK 0.35 0.85 0 0.01
HSL 275.49º 0.97% 0.57% -
HSV(B) 275.49º 0.85% 0.99% -
XYZ 33.81 16.48 93.49 -
YUV 100.96 213.24 173.68 -
System Red Green Blue C M Y K H S L
Decimal 165 39 252 0.35 0.85 0 0.01 275.49 0.97 0.57
Hex A5 27 FC 23 55 0 1 113 61 39
Octal 245 47 374 43 125 0 1 423 141 71
Binary 10100101 100111 11111100 100011 1010101 0 1 100010011 1100001 111001

Color Harmonies of #A527FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527FC

Black with #A527FC

Text Example


Text Example

White with #A527FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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