Html Css Color HEX #A725FF Blue Violet

📋 copy color: '#A725FF'

red 167 ◦ green 37 ◦ blue 255

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

Shades of Blue Violet #A725FF

Tints of Blue Violet #A725FF

RGB

 RED value IS 167 (65.63% from 255) = 36.38%

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 36.38%
G = 8.06%
B = 55.56%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A725FF (or 0xA725FF) is known color: Blue Violet. HEX triplet: A7, 25 and FF. RGB value is (167,37,255). Sum of RGB (Red+Green+Blue) = 167+37+255=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #A725FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A725FF is #58DA00. Grayscale: #636363. Windows color (decimal): -5822977 or 16721319. OLE color: 16721319.

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

Color convert

RGB 167 37 255 -
CMYK 0.35 0.85 0 0
HSL 275.78º 1% 0.57% -
HSV(B) 275.78º 0.85% 1% -
XYZ 34.65 16.76 96.02 -
YUV 100.72 215.07 175.27 -
System Red Green Blue C M Y K H S L
Decimal 167 37 255 0.35 0.85 0 0 275.78 1 0.57
Hex A7 25 FF 23 55 0 0 114 64 39
Octal 247 45 377 43 125 0 0 424 144 71
Binary 10100111 100101 11111111 100011 1010101 0 0 100010100 1100100 111001

Color Harmonies of #A725FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725FF

Black with #A725FF

Text Example


Text Example

White with #A725FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725FF; }

 p { color: rgb(167,37,255); }

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

background-color css

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

 a { background-color: rgb(167,37,255); }

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

border-color css

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

 span { border-color: rgb(167,37,255); }

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