Html Css Color HEX #AF6DB5 Violet Blue

📋 copy color: '#AF6DB5'

red 175 ◦ green 109 ◦ blue 181

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

Shades of Violet Blue #AF6DB5

Tints of Violet Blue #AF6DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.92%

R = 37.63%
G = 23.44%
B = 38.92%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF6DB5 (or 0xAF6DB5) is known color: Violet Blue. HEX triplet: AF, 6D and B5. RGB value is (175,109,181). Sum of RGB (Red+Green+Blue) = 175+109+181=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF6DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DB5 is #50924A. Grayscale: #888888. Windows color (decimal): -5280331 or 11890095. OLE color: 11890095.

HSL color Cylindrical-coordinate representation of color #AF6DB5: hue angle of 295º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6DB5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 109 181 -
CMYK 0.03 0.40 0 0.29
HSL 295º 0.33% 0.57% -
HSV(B) 295º 0.4% 0.71% -
XYZ 31.49 23.39 46.57 -
YUV 136.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 175 109 181 0.03 0.40 0 0.29 295 0.33 0.57
Hex AF 6D B5 3 28 0 1D 127 21 39
Octal 257 155 265 3 50 0 35 447 41 71
Binary 10101111 1101101 10110101 11 101000 0 11101 100100111 100001 111001

Color Harmonies of #AF6DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DB5

Black with #AF6DB5

Text Example


Text Example

White with #AF6DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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