Html Css Color HEX #AF6DBA Fuchsia

📋 copy color: '#AF6DBA'

red 175 ◦ green 109 ◦ blue 186

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

Shades of Fuchsia #AF6DBA

Tints of Fuchsia #AF6DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.57%

R = 37.23%
G = 23.19%
B = 39.57%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF6DBA (or 0xAF6DBA) is known color: Fuchsia. HEX triplet: AF, 6D and BA. RGB value is (175,109,186). Sum of RGB (Red+Green+Blue) = 175+109+186=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DBA is #509245. Grayscale: #898989. Windows color (decimal): -5280326 or 12217775. OLE color: 12217775.

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

Color convert

RGB 175 109 186 -
CMYK 0.06 0.41 0 0.27
HSL 291.43º 0.36% 0.58% -
HSV(B) 291.43º 0.41% 0.73% -
XYZ 32.01 23.6 49.32 -
YUV 137.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 175 109 186 0.06 0.41 0 0.27 291.43 0.36 0.58
Hex AF 6D BA 6 29 0 1B 123 24 3A
Octal 257 155 272 6 51 0 33 443 44 72
Binary 10101111 1101101 10111010 110 101001 0 11011 100100011 100100 111010

Color Harmonies of #AF6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DBA

Black with #AF6DBA

Text Example


Text Example

White with #AF6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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