Html Css Color HEX #AF3EFB Blue Violet

📋 copy color: '#AF3EFB'

red 175 ◦ green 62 ◦ blue 251

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

Shades of Blue Violet #AF3EFB

Tints of Blue Violet #AF3EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.7%

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 35.86%
G = 12.7%
B = 51.43%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF3EFB (or 0xAF3EFB) is known color: Blue Violet. HEX triplet: AF, 3E and FB. RGB value is (175,62,251). Sum of RGB (Red+Green+Blue) = 175+62+251=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF3EFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EFB is #50C104. Grayscale: #747474. Windows color (decimal): -5292293 or 16465583. OLE color: 16465583.

HSL color Cylindrical-coordinate representation of color #AF3EFB: hue angle of 275.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3EFB is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 62 251 -
CMYK 0.30 0.75 0 0.02
HSL 275.87º 0.96% 0.61% -
HSV(B) 275.87º 0.75% 0.98% -
XYZ 36.81 19.52 93.1 -
YUV 117.33 203.44 169.13 -
System Red Green Blue C M Y K H S L
Decimal 175 62 251 0.30 0.75 0 0.02 275.87 0.96 0.61
Hex AF 3E FB 1E 4B 0 2 114 60 3D
Octal 257 76 373 36 113 0 2 424 140 75
Binary 10101111 111110 11111011 11110 1001011 0 10 100010100 1100000 111101

Color Harmonies of #AF3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EFB

Black with #AF3EFB

Text Example


Text Example

White with #AF3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EFB; }

 p { color: rgb(175,62,251); }

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

background-color css

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

 a { background-color: rgb(175,62,251); }

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

border-color css

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

 span { border-color: rgb(175,62,251); }

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