Html Css Color HEX #AF09FF Electric Purple

📋 copy color: '#AF09FF'

red 175 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #AF09FF

Tints of Electric Purple #AF09FF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.05%

 BLUE value IS 255 (100% from 255) = 58.09%

R = 39.86%
G = 2.05%
B = 58.09%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF09FF (or 0xAF09FF) is known color: Electric Purple. HEX triplet: AF, 09 and FF. RGB value is (175,9,255). Sum of RGB (Red+Green+Blue) = 175+9+255=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 9 (3.91% from 255 or 2.05% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF09FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF09FF is #50F600. Grayscale: #555555. Windows color (decimal): -5305857 or 16714159. OLE color: 16714159.

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

Color convert

RGB 175 9 255 -
CMYK 0.31 0.96 0 0
HSL 280.49º 1% 0.52% -
HSV(B) 280.49º 0.96% 1% -
XYZ 35.83 16.53 95.91 -
YUV 86.68 223 191 -
System Red Green Blue C M Y K H S L
Decimal 175 9 255 0.31 0.96 0 0 280.49 1 0.52
Hex AF 9 FF 1F 60 0 0 118 64 34
Octal 257 11 377 37 140 0 0 430 144 64
Binary 10101111 1001 11111111 11111 1100000 0 0 100011000 1100100 110100

Color Harmonies of #AF09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF09FF

Black with #AF09FF

Text Example


Text Example

White with #AF09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF09FF; }

 p { color: rgb(175,9,255); }

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

background-color css

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

 a { background-color: rgb(175,9,255); }

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

border-color css

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

 span { border-color: rgb(175,9,255); }

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