Html Css Color HEX #AF3DFB Blue Violet

📋 copy color: '#AF3DFB'

red 175 ◦ green 61 ◦ blue 251

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

Shades of Blue Violet #AF3DFB

Tints of Blue Violet #AF3DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.53%

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

R = 35.93%
G = 12.53%
B = 51.54%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF3DFB (or 0xAF3DFB) is known color: Blue Violet. HEX triplet: AF, 3D and FB. RGB value is (175,61,251). Sum of RGB (Red+Green+Blue) = 175+61+251=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF3DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3DFB is #50C204. Grayscale: #747474. Windows color (decimal): -5292549 or 16465327. OLE color: 16465327.

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

Color convert

RGB 175 61 251 -
CMYK 0.30 0.76 0 0.02
HSL 276º 0.96% 0.61% -
HSV(B) 276º 0.76% 0.98% -
XYZ 36.76 19.42 93.08 -
YUV 116.75 203.77 169.55 -
System Red Green Blue C M Y K H S L
Decimal 175 61 251 0.30 0.76 0 0.02 276 0.96 0.61
Hex AF 3D FB 1E 4C 0 2 114 60 3D
Octal 257 75 373 36 114 0 2 424 140 75
Binary 10101111 111101 11111011 11110 1001100 0 10 100010100 1100000 111101

Color Harmonies of #AF3DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DFB

Black with #AF3DFB

Text Example


Text Example

White with #AF3DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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