Html Css Color HEX #AF3CBD Fuchsia

📋 copy color: '#AF3CBD'

red 175 ◦ green 60 ◦ blue 189

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

Shades of Fuchsia #AF3CBD

Tints of Fuchsia #AF3CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.15%

 BLUE value IS 189 (74.22% from 255) = 44.58%

R = 41.27%
G = 14.15%
B = 44.58%

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

#AF3CBD (or 0xAF3CBD) is known color: Fuchsia. HEX triplet: AF, 3C and BD. RGB value is (175,60,189). Sum of RGB (Red+Green+Blue) = 175+60+189=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF3CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CBD is #50C342. Grayscale: #6C6C6C. Windows color (decimal): -5292867 or 12401839. OLE color: 12401839.

HSL color Cylindrical-coordinate representation of color #AF3CBD: hue angle of 293.49º degrees, saturation: 0.52, 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 #AF3CBD is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 60 189 -
CMYK 0.07 0.68 0 0.26
HSL 293.49º 0.52% 0.49% -
HSV(B) 293.49º 0.68% 0.74% -
XYZ 28.48 16.02 49.74 -
YUV 109.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 175 60 189 0.07 0.68 0 0.26 293.49 0.52 0.49
Hex AF 3C BD 7 44 0 1A 125 34 31
Octal 257 74 275 7 104 0 32 445 64 61
Binary 10101111 111100 10111101 111 1000100 0 11010 100100101 110100 110001

Color Harmonies of #AF3CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CBD

Black with #AF3CBD

Text Example


Text Example

White with #AF3CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CBD; }

 p { color: rgb(175,60,189); }

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

background-color css

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

 a { background-color: rgb(175,60,189); }

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

border-color css

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

 span { border-color: rgb(175,60,189); }

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