Html Css Color HEX #A527F1 Blue Violet

📋 copy color: '#A527F1'

red 165 ◦ green 39 ◦ blue 241

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

Shades of Blue Violet #A527F1

Tints of Blue Violet #A527F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 54.16%

R = 37.08%
G = 8.76%
B = 54.16%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A527F1 (or 0xA527F1) is known color: Blue Violet. HEX triplet: A5, 27 and F1. RGB value is (165,39,241). Sum of RGB (Red+Green+Blue) = 165+39+241=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #A527F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A527F1 is #5AD80E. Grayscale: #636363. Windows color (decimal): -5953551 or 15804325. OLE color: 15804325.

HSL color Cylindrical-coordinate representation of color #A527F1: hue angle of 277.43º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A527F1 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 39 241 -
CMYK 0.32 0.84 0 0.05
HSL 277.43º 0.88% 0.55% -
HSV(B) 277.43º 0.84% 0.95% -
XYZ 32.12 15.8 84.58 -
YUV 99.7 207.74 174.57 -
System Red Green Blue C M Y K H S L
Decimal 165 39 241 0.32 0.84 0 0.05 277.43 0.88 0.55
Hex A5 27 F1 20 54 0 5 115 58 37
Octal 245 47 361 40 124 0 5 425 130 67
Binary 10100101 100111 11110001 100000 1010100 0 101 100010101 1011000 110111

Color Harmonies of #A527F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527F1

Black with #A527F1

Text Example


Text Example

White with #A527F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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