Html Css Color HEX #AF6FB2 Violet Blue

📋 copy color: '#AF6FB2'

red 175 ◦ green 111 ◦ blue 178

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

Shades of Violet Blue #AF6FB2

Tints of Violet Blue #AF6FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 37.72%
G = 23.92%
B = 38.36%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF6FB2 (or 0xAF6FB2) is known color: Violet Blue. HEX triplet: AF, 6F and B2. RGB value is (175,111,178). Sum of RGB (Red+Green+Blue) = 175+111+178=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF6FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6FB2 is #50904D. Grayscale: #898989. Windows color (decimal): -5279822 or 11693999. OLE color: 11693999.

HSL color Cylindrical-coordinate representation of color #AF6FB2: hue angle of 297.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6FB2 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 111 178 -
CMYK 0.02 0.38 0 0.30
HSL 297.31º 0.3% 0.57% -
HSV(B) 297.31º 0.38% 0.7% -
XYZ 31.4 23.7 45.04 -
YUV 137.77 150.7 154.55 -
System Red Green Blue C M Y K H S L
Decimal 175 111 178 0.02 0.38 0 0.30 297.31 0.3 0.57
Hex AF 6F B2 2 26 0 1E 129 1E 39
Octal 257 157 262 2 46 0 36 451 36 71
Binary 10101111 1101111 10110010 10 100110 0 11110 100101001 11110 111001

Color Harmonies of #AF6FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FB2

Black with #AF6FB2

Text Example


Text Example

White with #AF6FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FB2; }

 p { color: rgb(175,111,178); }

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

background-color css

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

 a { background-color: rgb(175,111,178); }

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

border-color css

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

 span { border-color: rgb(175,111,178); }

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