Html Css Color HEX #AF3DBC Fuchsia

📋 copy color: '#AF3DBC'

red 175 ◦ green 61 ◦ blue 188

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

Shades of Fuchsia #AF3DBC

Tints of Fuchsia #AF3DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.39%

 BLUE value IS 188 (73.83% from 255) = 44.34%

R = 41.27%
G = 14.39%
B = 44.34%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF3DBC (or 0xAF3DBC) is known color: Fuchsia. HEX triplet: AF, 3D and BC. RGB value is (175,61,188). Sum of RGB (Red+Green+Blue) = 175+61+188=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF3DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3DBC is #50C243. Grayscale: #6D6D6D. Windows color (decimal): -5292612 or 12336559. OLE color: 12336559.

HSL color Cylindrical-coordinate representation of color #AF3DBC: hue angle of 293.86º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3DBC is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 61 188 -
CMYK 0.07 0.68 0 0.26
HSL 293.86º 0.51% 0.49% -
HSV(B) 293.86º 0.68% 0.74% -
XYZ 28.43 16.08 49.18 -
YUV 109.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 175 61 188 0.07 0.68 0 0.26 293.86 0.51 0.49
Hex AF 3D BC 7 44 0 1A 126 33 31
Octal 257 75 274 7 104 0 32 446 63 61
Binary 10101111 111101 10111100 111 1000100 0 11010 100100110 110011 110001

Color Harmonies of #AF3DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DBC

Black with #AF3DBC

Text Example


Text Example

White with #AF3DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DBC; }

 p { color: rgb(175,61,188); }

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

background-color css

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

 a { background-color: rgb(175,61,188); }

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

border-color css

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

 span { border-color: rgb(175,61,188); }

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