Html Css Color HEX #A72FEA Blue Violet

📋 copy color: '#A72FEA'

red 167 ◦ green 47 ◦ blue 234

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

Shades of Blue Violet #A72FEA

Tints of Blue Violet #A72FEA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.49%

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

R = 37.28%
G = 10.49%
B = 52.23%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A72FEA (or 0xA72FEA) is known color: Blue Violet. HEX triplet: A7, 2F and EA. RGB value is (167,47,234). Sum of RGB (Red+Green+Blue) = 167+47+234=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #A72FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A72FEA is #58D015. Grayscale: #676767. Windows color (decimal): -5820438 or 15347623. OLE color: 15347623.

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

Color convert

RGB 167 47 234 -
CMYK 0.29 0.80 0 0.08
HSL 278.5º 0.82% 0.55% -
HSV(B) 278.5º 0.8% 0.92% -
XYZ 31.8 16.19 79.29 -
YUV 104.2 201.26 172.79 -
System Red Green Blue C M Y K H S L
Decimal 167 47 234 0.29 0.80 0 0.08 278.5 0.82 0.55
Hex A7 2F EA 1D 50 0 8 117 52 37
Octal 247 57 352 35 120 0 10 427 122 67
Binary 10100111 101111 11101010 11101 1010000 0 1000 100010111 1010010 110111

Color Harmonies of #A72FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72FEA

Black with #A72FEA

Text Example


Text Example

White with #A72FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72FEA; }

 p { color: rgb(167,47,234); }

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

background-color css

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

 a { background-color: rgb(167,47,234); }

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

border-color css

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

 span { border-color: rgb(167,47,234); }

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