Html Css Color HEX #AF3AFB Blue Violet

📋 copy color: '#AF3AFB'

red 175 ◦ green 58 ◦ blue 251

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

Shades of Blue Violet #AF3AFB

Tints of Blue Violet #AF3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.98%

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

R = 36.16%
G = 11.98%
B = 51.86%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF3AFB (or 0xAF3AFB) is known color: Blue Violet. HEX triplet: AF, 3A and FB. RGB value is (175,58,251). Sum of RGB (Red+Green+Blue) = 175+58+251=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF3AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3AFB is #50C504. Grayscale: #727272. Windows color (decimal): -5293317 or 16464559. OLE color: 16464559.

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

Color convert

RGB 175 58 251 -
CMYK 0.30 0.77 0 0.02
HSL 276.37º 0.96% 0.61% -
HSV(B) 276.37º 0.77% 0.98% -
XYZ 36.6 19.11 93.03 -
YUV 114.99 204.76 170.81 -
System Red Green Blue C M Y K H S L
Decimal 175 58 251 0.30 0.77 0 0.02 276.37 0.96 0.61
Hex AF 3A FB 1E 4D 0 2 114 60 3D
Octal 257 72 373 36 115 0 2 424 140 75
Binary 10101111 111010 11111011 11110 1001101 0 10 100010100 1100000 111101

Color Harmonies of #AF3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3AFB

Black with #AF3AFB

Text Example


Text Example

White with #AF3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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