Html Css Color HEX #AF6CA6 Violet Blue

📋 copy color: '#AF6CA6'

red 175 ◦ green 108 ◦ blue 166

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

Shades of Violet Blue #AF6CA6

Tints of Violet Blue #AF6CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 38.98%
G = 24.05%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#AF6CA6 (or 0xAF6CA6) is known color: Violet Blue. HEX triplet: AF, 6C and A6. RGB value is (175,108,166). Sum of RGB (Red+Green+Blue) = 175+108+166=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6CA6 is #509359. Grayscale: #868686. Windows color (decimal): -5280602 or 10906799. OLE color: 10906799.

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

Color convert

RGB 175 108 166 -
CMYK 0 0.38 0.05 0.31
HSL 308.06º 0.3% 0.55% -
HSV(B) 308.06º 0.38% 0.69% -
XYZ 29.92 22.59 38.86 -
YUV 134.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 175 108 166 0 0.38 0.05 0.31 308.06 0.3 0.55
Hex AF 6C A6 0 26 5 1F 134 1E 37
Octal 257 154 246 0 46 5 37 464 36 67
Binary 10101111 1101100 10100110 0 100110 101 11111 100110100 11110 110111

Color Harmonies of #AF6CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CA6

Black with #AF6CA6

Text Example


Text Example

White with #AF6CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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