Html Css Color HEX #AF3EBB Fuchsia

📋 copy color: '#AF3EBB'

red 175 ◦ green 62 ◦ blue 187

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

Shades of Fuchsia #AF3EBB

Tints of Fuchsia #AF3EBB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.62%

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 41.27%
G = 14.62%
B = 44.1%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF3EBB (or 0xAF3EBB) is known color: Fuchsia. HEX triplet: AF, 3E and BB. RGB value is (175,62,187). Sum of RGB (Red+Green+Blue) = 175+62+187=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF3EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EBB is #50C144. Grayscale: #6D6D6D. Windows color (decimal): -5292357 or 12271279. OLE color: 12271279.

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

Color convert

RGB 175 62 187 -
CMYK 0.06 0.67 0 0.27
HSL 294.24º 0.5% 0.49% -
HSV(B) 294.24º 0.67% 0.73% -
XYZ 28.37 16.15 48.64 -
YUV 110.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 175 62 187 0.06 0.67 0 0.27 294.24 0.5 0.49
Hex AF 3E BB 6 43 0 1B 126 32 31
Octal 257 76 273 6 103 0 33 446 62 61
Binary 10101111 111110 10111011 110 1000011 0 11011 100100110 110010 110001

Color Harmonies of #AF3EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EBB

Black with #AF3EBB

Text Example


Text Example

White with #AF3EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EBB; }

 p { color: rgb(175,62,187); }

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

background-color css

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

 a { background-color: rgb(175,62,187); }

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

border-color css

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

 span { border-color: rgb(175,62,187); }

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