Html Css Color HEX #AF6CA5 Violet Blue

📋 copy color: '#AF6CA5'

red 175 ◦ green 108 ◦ blue 165

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

Shades of Violet Blue #AF6CA5

Tints of Violet Blue #AF6CA5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

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

R = 39.06%
G = 24.11%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#AF6CA5 (or 0xAF6CA5) is known color: Violet Blue. HEX triplet: AF, 6C and A5. RGB value is (175,108,165). Sum of RGB (Red+Green+Blue) = 175+108+165=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CA5 is #50935A. Grayscale: #868686. Windows color (decimal): -5280603 or 10841263. OLE color: 10841263.

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

Color convert

RGB 175 108 165 -
CMYK 0 0.38 0.06 0.31
HSL 308.96º 0.3% 0.55% -
HSV(B) 308.96º 0.38% 0.69% -
XYZ 29.83 22.56 38.38 -
YUV 134.53 145.2 156.87 -
System Red Green Blue C M Y K H S L
Decimal 175 108 165 0 0.38 0.06 0.31 308.96 0.3 0.55
Hex AF 6C A5 0 26 6 1F 135 1E 37
Octal 257 154 245 0 46 6 37 465 36 67
Binary 10101111 1101100 10100101 0 100110 110 11111 100110101 11110 110111

Color Harmonies of #AF6CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CA5

Black with #AF6CA5

Text Example


Text Example

White with #AF6CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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