Html Css Color HEX #A525F8 Blue Violet

📋 copy color: '#A525F8'

red 165 ◦ green 37 ◦ blue 248

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

Shades of Blue Violet #A525F8

Tints of Blue Violet #A525F8

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.22%

 BLUE value IS 248 (97.27% from 255) = 55.11%

R = 36.67%
G = 8.22%
B = 55.11%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A525F8 (or 0xA525F8) is known color: Blue Violet. HEX triplet: A5, 25 and F8. RGB value is (165,37,248). Sum of RGB (Red+Green+Blue) = 165+37+248=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #A525F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525F8 is #5ADA07. Grayscale: #626262. Windows color (decimal): -5954056 or 16262565. OLE color: 16262565.

HSL color Cylindrical-coordinate representation of color #A525F8: hue angle of 276.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A525F8 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 37 248 -
CMYK 0.33 0.85 0 0.03
HSL 276.4º 0.94% 0.56% -
HSV(B) 276.4º 0.85% 0.97% -
XYZ 33.12 16.1 90.17 -
YUV 99.33 211.91 174.84 -
System Red Green Blue C M Y K H S L
Decimal 165 37 248 0.33 0.85 0 0.03 276.4 0.94 0.56
Hex A5 25 F8 21 55 0 3 114 5E 38
Octal 245 45 370 41 125 0 3 424 136 70
Binary 10100101 100101 11111000 100001 1010101 0 11 100010100 1011110 111000

Color Harmonies of #A525F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525F8

Black with #A525F8

Text Example


Text Example

White with #A525F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525F8; }

 p { color: rgb(165,37,248); }

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

background-color css

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

 a { background-color: rgb(165,37,248); }

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

border-color css

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

 span { border-color: rgb(165,37,248); }

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