Html Css Color HEX #AF34FA Blue Violet

📋 copy color: '#AF34FA'

red 175 ◦ green 52 ◦ blue 250

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

Shades of Blue Violet #AF34FA

Tints of Blue Violet #AF34FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 36.69%
G = 10.9%
B = 52.41%

CMYK

 C value IS 0.3

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF34FA (or 0xAF34FA) is known color: Blue Violet. HEX triplet: AF, 34 and FA. RGB value is (175,52,250). Sum of RGB (Red+Green+Blue) = 175+52+250=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF34FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF34FA is #50CB05. Grayscale: #6E6E6E. Windows color (decimal): -5294854 or 16397487. OLE color: 16397487.

HSL color Cylindrical-coordinate representation of color #AF34FA: hue angle of 277.27º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF34FA is Cyan = 0.3, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 52 250 -
CMYK 0.3 0.79 0 0.02
HSL 277.27º 0.95% 0.59% -
HSV(B) 277.27º 0.79% 0.98% -
XYZ 36.16 18.47 92.1 -
YUV 111.35 206.25 173.4 -
System Red Green Blue C M Y K H S L
Decimal 175 52 250 0.3 0.79 0 0.02 277.27 0.95 0.59
Hex AF 34 FA 1E 4F 0 2 115 5F 3B
Octal 257 64 372 36 117 0 2 425 137 73
Binary 10101111 110100 11111010 11110 1001111 0 10 100010101 1011111 111011

Color Harmonies of #AF34FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34FA

Black with #AF34FA

Text Example


Text Example

White with #AF34FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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