Html Css Color HEX #AF6BAA Violet Blue

📋 copy color: '#AF6BAA'

red 175 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #AF6BAA

Tints of Violet Blue #AF6BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 38.72%
G = 23.67%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF6BAA (or 0xAF6BAA) is known color: Violet Blue. HEX triplet: AF, 6B and AA. RGB value is (175,107,170). Sum of RGB (Red+Green+Blue) = 175+107+170=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BAA is #509455. Grayscale: #868686. Windows color (decimal): -5280854 or 11168687. OLE color: 11168687.

HSL color Cylindrical-coordinate representation of color #AF6BAA: hue angle of 304.41º 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 #AF6BAA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 107 170 -
CMYK 0 0.39 0.03 0.31
HSL 304.41º 0.3% 0.55% -
HSV(B) 304.41º 0.39% 0.69% -
XYZ 30.19 22.53 40.79 -
YUV 134.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 175 107 170 0 0.39 0.03 0.31 304.41 0.3 0.55
Hex AF 6B AA 0 27 3 1F 130 1E 37
Octal 257 153 252 0 47 3 37 460 36 67
Binary 10101111 1101011 10101010 0 100111 11 11111 100110000 11110 110111

Color Harmonies of #AF6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BAA

Black with #AF6BAA

Text Example


Text Example

White with #AF6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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