Html Css Color HEX #AF3CBF Fuchsia

📋 copy color: '#AF3CBF'

red 175 ◦ green 60 ◦ blue 191

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

Shades of Fuchsia #AF3CBF

Tints of Fuchsia #AF3CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.84%

R = 41.08%
G = 14.08%
B = 44.84%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF3CBF (or 0xAF3CBF) is known color: Fuchsia. HEX triplet: AF, 3C and BF. RGB value is (175,60,191). Sum of RGB (Red+Green+Blue) = 175+60+191=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF3CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CBF is #50C340. Grayscale: #6C6C6C. Windows color (decimal): -5292865 or 12532911. OLE color: 12532911.

HSL color Cylindrical-coordinate representation of color #AF3CBF: hue angle of 292.67º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3CBF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 60 191 -
CMYK 0.08 0.69 0 0.25
HSL 292.67º 0.52% 0.49% -
HSV(B) 292.67º 0.69% 0.75% -
XYZ 28.7 16.11 50.89 -
YUV 109.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 175 60 191 0.08 0.69 0 0.25 292.67 0.52 0.49
Hex AF 3C BF 8 45 0 19 125 34 31
Octal 257 74 277 10 105 0 31 445 64 61
Binary 10101111 111100 10111111 1000 1000101 0 11001 100100101 110100 110001

Color Harmonies of #AF3CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CBF

Black with #AF3CBF

Text Example


Text Example

White with #AF3CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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