Html Css Color HEX #AF6BA8 Violet Blue

📋 copy color: '#AF6BA8'

red 175 ◦ green 107 ◦ blue 168

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

Shades of Violet Blue #AF6BA8

Tints of Violet Blue #AF6BA8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.78%

 BLUE value IS 168 (66.02% from 255) = 37.33%

R = 38.89%
G = 23.78%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#AF6BA8 (or 0xAF6BA8) is known color: Violet Blue. HEX triplet: AF, 6B and A8. RGB value is (175,107,168). Sum of RGB (Red+Green+Blue) = 175+107+168=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA8 is #509457. Grayscale: #868686. Windows color (decimal): -5280856 or 11037615. OLE color: 11037615.

HSL color Cylindrical-coordinate representation of color #AF6BA8: hue angle of 306.18º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6BA8 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 107 168 -
CMYK 0 0.39 0.04 0.31
HSL 306.18º 0.3% 0.55% -
HSV(B) 306.18º 0.39% 0.69% -
XYZ 30 22.46 39.8 -
YUV 134.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 175 107 168 0 0.39 0.04 0.31 306.18 0.3 0.55
Hex AF 6B A8 0 27 4 1F 132 1E 37
Octal 257 153 250 0 47 4 37 462 36 67
Binary 10101111 1101011 10101000 0 100111 100 11111 100110010 11110 110111

Color Harmonies of #AF6BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BA8

Black with #AF6BA8

Text Example


Text Example

White with #AF6BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BA8; }

 p { color: rgb(175,107,168); }

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

background-color css

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

 a { background-color: rgb(175,107,168); }

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

border-color css

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

 span { border-color: rgb(175,107,168); }

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