Html Css Color HEX #AF34F5 Blue Violet

📋 copy color: '#AF34F5'

red 175 ◦ green 52 ◦ blue 245

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

Shades of Blue Violet #AF34F5

Tints of Blue Violet #AF34F5

RGB

 RED value IS 175 (68.75% from 255) = 37.08%

 GREEN value IS 52 (20.7% from 255) = 11.02%

 BLUE value IS 245 (96.09% from 255) = 51.91%

R = 37.08%
G = 11.02%
B = 51.91%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF34F5 (or 0xAF34F5) is known color: Blue Violet. HEX triplet: AF, 34 and F5. RGB value is (175,52,245). Sum of RGB (Red+Green+Blue) = 175+52+245=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF34F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34F5 is #50CB0A. Grayscale: #6E6E6E. Windows color (decimal): -5294859 or 16069807. OLE color: 16069807.

HSL color Cylindrical-coordinate representation of color #AF34F5: hue angle of 278.24º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF34F5 is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 52 245 -
CMYK 0.29 0.79 0 0.04
HSL 278.24º 0.91% 0.58% -
HSV(B) 278.24º 0.79% 0.96% -
XYZ 35.39 18.16 88.03 -
YUV 110.78 203.75 173.81 -
System Red Green Blue C M Y K H S L
Decimal 175 52 245 0.29 0.79 0 0.04 278.24 0.91 0.58
Hex AF 34 F5 1D 4F 0 4 116 5B 3A
Octal 257 64 365 35 117 0 4 426 133 72
Binary 10101111 110100 11110101 11101 1001111 0 100 100010110 1011011 111010

Color Harmonies of #AF34F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34F5

Black with #AF34F5

Text Example


Text Example

White with #AF34F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34F5; }

 p { color: rgb(175,52,245); }

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

background-color css

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

 a { background-color: rgb(175,52,245); }

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

border-color css

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

 span { border-color: rgb(175,52,245); }

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