Html Css Color HEX #AF34FF Blue Violet

📋 copy color: '#AF34FF'

red 175 ◦ green 52 ◦ blue 255

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

Shades of Blue Violet #AF34FF

Tints of Blue Violet #AF34FF

RGB

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

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

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

R = 36.31%
G = 10.79%
B = 52.9%

CMYK

 C value IS 0.31

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF34FF (or 0xAF34FF) is known color: Blue Violet. HEX triplet: AF, 34 and FF. RGB value is (175,52,255). Sum of RGB (Red+Green+Blue) = 175+52+255=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF34FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34FF is #50CB00. Grayscale: #6F6F6F. Windows color (decimal): -5294849 or 16725167. OLE color: 16725167.

HSL color Cylindrical-coordinate representation of color #AF34FF: hue angle of 276.35º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF34FF is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 52 255 -
CMYK 0.31 0.80 0 0
HSL 276.35º 1% 0.6% -
HSV(B) 276.35º 0.8% 1% -
XYZ 36.96 18.79 96.29 -
YUV 111.92 208.75 172.99 -
System Red Green Blue C M Y K H S L
Decimal 175 52 255 0.31 0.80 0 0 276.35 1 0.6
Hex AF 34 FF 1F 50 0 0 114 64 3C
Octal 257 64 377 37 120 0 0 424 144 74
Binary 10101111 110100 11111111 11111 1010000 0 0 100010100 1100100 111100

Color Harmonies of #AF34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34FF

Black with #AF34FF

Text Example


Text Example

White with #AF34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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