Html Css Color HEX #AF6DB3 Violet Blue

📋 copy color: '#AF6DB3'

red 175 ◦ green 109 ◦ blue 179

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

Shades of Violet Blue #AF6DB3

Tints of Violet Blue #AF6DB3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.54%

 BLUE value IS 179 (70.31% from 255) = 38.66%

R = 37.8%
G = 23.54%
B = 38.66%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF6DB3 (or 0xAF6DB3) is known color: Violet Blue. HEX triplet: AF, 6D and B3. RGB value is (175,109,179). Sum of RGB (Red+Green+Blue) = 175+109+179=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF6DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DB3 is #50924C. Grayscale: #888888. Windows color (decimal): -5280333 or 11759023. OLE color: 11759023.

HSL color Cylindrical-coordinate representation of color #AF6DB3: hue angle of 296.57º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6DB3 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 109 179 -
CMYK 0.02 0.39 0 0.30
HSL 296.57º 0.32% 0.56% -
HSV(B) 296.57º 0.39% 0.7% -
XYZ 31.28 23.31 45.5 -
YUV 136.71 151.87 155.31 -
System Red Green Blue C M Y K H S L
Decimal 175 109 179 0.02 0.39 0 0.30 296.57 0.32 0.56
Hex AF 6D B3 2 27 0 1E 129 20 38
Octal 257 155 263 2 47 0 36 451 40 70
Binary 10101111 1101101 10110011 10 100111 0 11110 100101001 100000 111000

Color Harmonies of #AF6DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DB3

Black with #AF6DB3

Text Example


Text Example

White with #AF6DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DB3; }

 p { color: rgb(175,109,179); }

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

background-color css

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

 a { background-color: rgb(175,109,179); }

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

border-color css

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

 span { border-color: rgb(175,109,179); }

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