Html Css Color HEX #AF6BA5 Violet Blue

📋 copy color: '#AF6BA5'

red 175 ◦ green 107 ◦ blue 165

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

Shades of Violet Blue #AF6BA5

Tints of Violet Blue #AF6BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.91%

R = 39.15%
G = 23.94%
B = 36.91%

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

#AF6BA5 (or 0xAF6BA5) is known color: Violet Blue. HEX triplet: AF, 6B and A5. RGB value is (175,107,165). Sum of RGB (Red+Green+Blue) = 175+107+165=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6BA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6BA5 is #50945A. Grayscale: #858585. Windows color (decimal): -5280859 or 10841007. OLE color: 10841007.

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

Color convert

RGB 175 107 165 -
CMYK 0 0.39 0.06 0.31
HSL 308.82º 0.3% 0.55% -
HSV(B) 308.82º 0.39% 0.69% -
XYZ 29.73 22.35 38.34 -
YUV 133.94 145.53 157.28 -
System Red Green Blue C M Y K H S L
Decimal 175 107 165 0 0.39 0.06 0.31 308.82 0.3 0.55
Hex AF 6B A5 0 27 6 1F 135 1E 37
Octal 257 153 245 0 47 6 37 465 36 67
Binary 10101111 1101011 10100101 0 100111 110 11111 100110101 11110 110111

Color Harmonies of #AF6BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BA5

Black with #AF6BA5

Text Example


Text Example

White with #AF6BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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