Html Css Color HEX #AF4BBE Fuchsia

📋 copy color: '#AF4BBE'

red 175 ◦ green 75 ◦ blue 190

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

Shades of Fuchsia #AF4BBE

Tints of Fuchsia #AF4BBE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.05%

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 39.77%
G = 17.05%
B = 43.18%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF4BBE (or 0xAF4BBE) is known color: Fuchsia. HEX triplet: AF, 4B and BE. RGB value is (175,75,190). Sum of RGB (Red+Green+Blue) = 175+75+190=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 75 (29.69% from 255 or 17.05% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF4BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF4BBE is #50B441. Grayscale: #757575. Windows color (decimal): -5289026 or 12471215. OLE color: 12471215.

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

Color convert

RGB 175 75 190 -
CMYK 0.08 0.61 0 0.25
HSL 292.17º 0.47% 0.52% -
HSV(B) 292.17º 0.61% 0.75% -
XYZ 29.49 17.86 50.61 -
YUV 118.01 168.63 168.65 -
System Red Green Blue C M Y K H S L
Decimal 175 75 190 0.08 0.61 0 0.25 292.17 0.47 0.52
Hex AF 4B BE 8 3D 0 19 124 2F 34
Octal 257 113 276 10 75 0 31 444 57 64
Binary 10101111 1001011 10111110 1000 111101 0 11001 100100100 101111 110100

Color Harmonies of #AF4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4BBE

Black with #AF4BBE

Text Example


Text Example

White with #AF4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4BBE; }

 p { color: rgb(175,75,190); }

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

background-color css

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

 a { background-color: rgb(175,75,190); }

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

border-color css

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

 span { border-color: rgb(175,75,190); }

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