Html Css Color HEX #AF00FB Electric Purple

📋 copy color: '#AF00FB'

red 175 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #AF00FB

Tints of Electric Purple #AF00FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 58.92%

R = 41.08%
G = 0%
B = 58.92%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF00FB (or 0xAF00FB) is known color: Electric Purple. HEX triplet: AF, 00 and FB. RGB value is (175,0,251). Sum of RGB (Red+Green+Blue) = 175+0+251=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF00FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF00FB is #50FF04. Grayscale: #505050. Windows color (decimal): -5308165 or 16449711. OLE color: 16449711.

HSL color Cylindrical-coordinate representation of color #AF00FB: hue angle of 281.83º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00FB is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 0 251 -
CMYK 0.30 1 0 0.02
HSL 281.83º 1% 0.49% -
HSV(B) 281.83º 1% 0.98% -
XYZ 35.09 16.08 92.52 -
YUV 80.94 223.98 195.09 -
System Red Green Blue C M Y K H S L
Decimal 175 0 251 0.30 1 0 0.02 281.83 1 0.49
Hex AF 0 FB 1E 64 0 2 11A 64 31
Octal 257 0 373 36 144 0 2 432 144 61
Binary 10101111 0 11111011 11110 1100100 0 10 100011010 1100100 110001

Color Harmonies of #AF00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF00FB

Black with #AF00FB

Text Example


Text Example

White with #AF00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF00FB; }

 p { color: rgb(175,0,251); }

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

background-color css

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

 a { background-color: rgb(175,0,251); }

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

border-color css

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

 span { border-color: rgb(175,0,251); }

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