Html Css Color HEX #AF3EBA Fuchsia

📋 copy color: '#AF3EBA'

red 175 ◦ green 62 ◦ blue 186

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

Shades of Fuchsia #AF3EBA

Tints of Fuchsia #AF3EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.97%

R = 41.37%
G = 14.66%
B = 43.97%

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

#AF3EBA (or 0xAF3EBA) is known color: Fuchsia. HEX triplet: AF, 3E and BA. RGB value is (175,62,186). Sum of RGB (Red+Green+Blue) = 175+62+186=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF3EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3EBA is #50C145. Grayscale: #6D6D6D. Windows color (decimal): -5292358 or 12205743. OLE color: 12205743.

HSL color Cylindrical-coordinate representation of color #AF3EBA: hue angle of 294.68º 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 #AF3EBA is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 62 186 -
CMYK 0.06 0.67 0 0.27
HSL 294.68º 0.5% 0.49% -
HSV(B) 294.68º 0.67% 0.73% -
XYZ 28.26 16.1 48.07 -
YUV 109.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 175 62 186 0.06 0.67 0 0.27 294.68 0.5 0.49
Hex AF 3E BA 6 43 0 1B 127 32 31
Octal 257 76 272 6 103 0 33 447 62 61
Binary 10101111 111110 10111010 110 1000011 0 11011 100100111 110010 110001

Color Harmonies of #AF3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EBA

Black with #AF3EBA

Text Example


Text Example

White with #AF3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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