Html Css Color HEX #AF6BA4 Violet Blue

📋 copy color: '#AF6BA4'

red 175 ◦ green 107 ◦ blue 164

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

Shades of Violet Blue #AF6BA4

Tints of Violet Blue #AF6BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.77%

R = 39.24%
G = 23.99%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF6BA4 (or 0xAF6BA4) is known color: Violet Blue. HEX triplet: AF, 6B and A4. RGB value is (175,107,164). Sum of RGB (Red+Green+Blue) = 175+107+164=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 164 (64.45% from 255 or 36.77% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA4 is #50945B. Grayscale: #858585. Windows color (decimal): -5280860 or 10775471. OLE color: 10775471.

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

Color convert

RGB 175 107 164 -
CMYK 0 0.39 0.06 0.31
HSL 309.71º 0.3% 0.55% -
HSV(B) 309.71º 0.39% 0.69% -
XYZ 29.64 22.31 37.87 -
YUV 133.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 175 107 164 0 0.39 0.06 0.31 309.71 0.3 0.55
Hex AF 6B A4 0 27 6 1F 136 1E 37
Octal 257 153 244 0 47 6 37 466 36 67
Binary 10101111 1101011 10100100 0 100111 110 11111 100110110 11110 110111

Color Harmonies of #AF6BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BA4

Black with #AF6BA4

Text Example


Text Example

White with #AF6BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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