Html Css Color HEX #AF6DBB Fuchsia

📋 copy color: '#AF6DBB'

red 175 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #AF6DBB

Tints of Fuchsia #AF6DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 37.15%
G = 23.14%
B = 39.7%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF6DBB (or 0xAF6DBB) is known color: Fuchsia. HEX triplet: AF, 6D and BB. RGB value is (175,109,187). Sum of RGB (Red+Green+Blue) = 175+109+187=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DBB is #509244. Grayscale: #898989. Windows color (decimal): -5280325 or 12283311. OLE color: 12283311.

HSL color Cylindrical-coordinate representation of color #AF6DBB: hue angle of 290.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6DBB is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 109 187 -
CMYK 0.06 0.42 0 0.27
HSL 290.77º 0.36% 0.58% -
HSV(B) 290.77º 0.42% 0.73% -
XYZ 32.12 23.64 49.88 -
YUV 137.63 155.87 154.66 -
System Red Green Blue C M Y K H S L
Decimal 175 109 187 0.06 0.42 0 0.27 290.77 0.36 0.58
Hex AF 6D BB 6 2A 0 1B 123 24 3A
Octal 257 155 273 6 52 0 33 443 44 72
Binary 10101111 1101101 10111011 110 101010 0 11011 100100011 100100 111010

Color Harmonies of #AF6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DBB

Black with #AF6DBB

Text Example


Text Example

White with #AF6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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