Html Css Color HEX #AF0FFB Electric Purple

📋 copy color: '#AF0FFB'

red 175 ◦ green 15 ◦ blue 251

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

Shades of Electric Purple #AF0FFB

Tints of Electric Purple #AF0FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.4%

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

R = 39.68%
G = 3.4%
B = 56.92%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF0FFB (or 0xAF0FFB) is known color: Electric Purple. HEX triplet: AF, 0F and FB. RGB value is (175,15,251). Sum of RGB (Red+Green+Blue) = 175+15+251=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF0FFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0FFB is #50F004. Grayscale: #585858. Windows color (decimal): -5304325 or 16453551. OLE color: 16453551.

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

Color convert

RGB 175 15 251 -
CMYK 0.30 0.94 0 0.02
HSL 280.68º 0.97% 0.52% -
HSV(B) 280.68º 0.94% 0.98% -
XYZ 35.26 16.42 92.58 -
YUV 89.74 219.01 188.81 -
System Red Green Blue C M Y K H S L
Decimal 175 15 251 0.30 0.94 0 0.02 280.68 0.97 0.52
Hex AF F FB 1E 5E 0 2 119 61 34
Octal 257 17 373 36 136 0 2 431 141 64
Binary 10101111 1111 11111011 11110 1011110 0 10 100011001 1100001 110100

Color Harmonies of #AF0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0FFB

Black with #AF0FFB

Text Example


Text Example

White with #AF0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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