Html Css Color HEX #AF6CB6 Violet Blue

📋 copy color: '#AF6CB6'

red 175 ◦ green 108 ◦ blue 182

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

Shades of Violet Blue #AF6CB6

Tints of Violet Blue #AF6CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.14%

R = 37.63%
G = 23.23%
B = 39.14%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF6CB6 (or 0xAF6CB6) is known color: Violet Blue. HEX triplet: AF, 6C and B6. RGB value is (175,108,182). Sum of RGB (Red+Green+Blue) = 175+108+182=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF6CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CB6 is #509349. Grayscale: #888888. Windows color (decimal): -5280586 or 11955375. OLE color: 11955375.

HSL color Cylindrical-coordinate representation of color #AF6CB6: hue angle of 294.32º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6CB6 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 108 182 -
CMYK 0.04 0.41 0 0.29
HSL 294.32º 0.34% 0.57% -
HSV(B) 294.32º 0.41% 0.71% -
XYZ 31.49 23.22 47.08 -
YUV 136.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 175 108 182 0.04 0.41 0 0.29 294.32 0.34 0.57
Hex AF 6C B6 4 29 0 1D 126 22 39
Octal 257 154 266 4 51 0 35 446 42 71
Binary 10101111 1101100 10110110 100 101001 0 11101 100100110 100010 111001

Color Harmonies of #AF6CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CB6

Black with #AF6CB6

Text Example


Text Example

White with #AF6CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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