Html Css Color HEX #AF3CC0 Fuchsia

📋 copy color: '#AF3CC0'

red 175 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #AF3CC0

Tints of Fuchsia #AF3CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.96%

R = 40.98%
G = 14.05%
B = 44.96%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF3CC0 (or 0xAF3CC0) is known color: Fuchsia. HEX triplet: AF, 3C and C0. RGB value is (175,60,192). Sum of RGB (Red+Green+Blue) = 175+60+192=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF3CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CC0 is #50C33F. Grayscale: #6D6D6D. Windows color (decimal): -5292864 or 12598447. OLE color: 12598447.

HSL color Cylindrical-coordinate representation of color #AF3CC0: hue angle of 292.27º 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 #AF3CC0 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 60 192 -
CMYK 0.09 0.69 0 0.25
HSL 292.27º 0.52% 0.49% -
HSV(B) 292.27º 0.69% 0.75% -
XYZ 28.81 16.15 51.47 -
YUV 109.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 175 60 192 0.09 0.69 0 0.25 292.27 0.52 0.49
Hex AF 3C C0 9 45 0 19 124 34 31
Octal 257 74 300 11 105 0 31 444 64 61
Binary 10101111 111100 11000000 1001 1000101 0 11001 100100100 110100 110001

Color Harmonies of #AF3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CC0

Black with #AF3CC0

Text Example


Text Example

White with #AF3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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