Html Css Color HEX #AF0BFE Electric Purple

📋 copy color: '#AF0BFE'

red 175 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #AF0BFE

Tints of Electric Purple #AF0BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.5%

 BLUE value IS 254 (99.61% from 255) = 57.73%

R = 39.77%
G = 2.5%
B = 57.73%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF0BFE (or 0xAF0BFE) is known color: Electric Purple. HEX triplet: AF, 0B and FE. RGB value is (175,11,254). Sum of RGB (Red+Green+Blue) = 175+11+254=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 254 (99.61% from 255 or 57.73% from 440); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF0BFE is #50F401. Grayscale: #565656. Windows color (decimal): -5305346 or 16649135. OLE color: 16649135.

HSL color Cylindrical-coordinate representation of color #AF0BFE: hue angle of 280.49º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0BFE is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 11 254 -
CMYK 0.31 0.96 0 0.00
HSL 280.49º 0.99% 0.52% -
HSV(B) 280.49º 0.96% 1% -
XYZ 35.69 16.51 95.07 -
YUV 87.74 221.83 190.24 -
System Red Green Blue C M Y K H S L
Decimal 175 11 254 0.31 0.96 0 0.00 280.49 0.99 0.52
Hex AF B FE 1F 60 0 0 118 63 34
Octal 257 13 376 37 140 0 0 430 143 64
Binary 10101111 1011 11111110 11111 1100000 0 0 100011000 1100011 110100

Color Harmonies of #AF0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0BFE

Black with #AF0BFE

Text Example


Text Example

White with #AF0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0BFE; }

 p { color: rgb(175,11,254); }

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

background-color css

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

 a { background-color: rgb(175,11,254); }

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

border-color css

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

 span { border-color: rgb(175,11,254); }

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