Html Css Color HEX #A525EA Blue Violet

📋 copy color: '#A525EA'

red 165 ◦ green 37 ◦ blue 234

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

Shades of Blue Violet #A525EA

Tints of Blue Violet #A525EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.67%

R = 37.84%
G = 8.49%
B = 53.67%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A525EA (or 0xA525EA) is known color: Blue Violet. HEX triplet: A5, 25 and EA. RGB value is (165,37,234). Sum of RGB (Red+Green+Blue) = 165+37+234=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #A525EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A525EA is #5ADA15. Grayscale: #616161. Windows color (decimal): -5954070 or 15345061. OLE color: 15345061.

HSL color Cylindrical-coordinate representation of color #A525EA: hue angle of 278.98º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A525EA is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 37 234 -
CMYK 0.29 0.84 0 0.08
HSL 278.98º 0.82% 0.53% -
HSV(B) 278.98º 0.84% 0.92% -
XYZ 31.03 15.26 79.15 -
YUV 97.73 204.91 175.98 -
System Red Green Blue C M Y K H S L
Decimal 165 37 234 0.29 0.84 0 0.08 278.98 0.82 0.53
Hex A5 25 EA 1D 54 0 8 117 52 35
Octal 245 45 352 35 124 0 10 427 122 65
Binary 10100101 100101 11101010 11101 1010100 0 1000 100010111 1010010 110101

Color Harmonies of #A525EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525EA

Black with #A525EA

Text Example


Text Example

White with #A525EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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