Html Css Color HEX #AF23FF Electric Purple

📋 copy color: '#AF23FF'

red 175 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #AF23FF

Tints of Electric Purple #AF23FF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.53%

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

R = 37.63%
G = 7.53%
B = 54.84%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF23FF (or 0xAF23FF) is known color: Electric Purple. HEX triplet: AF, 23 and FF. RGB value is (175,35,255). Sum of RGB (Red+Green+Blue) = 175+35+255=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 35 (14.06% from 255 or 7.53% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF23FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF23FF is #50DC00. Grayscale: #656565. Windows color (decimal): -5299201 or 16720815. OLE color: 16720815.

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

Color convert

RGB 175 35 255 -
CMYK 0.31 0.86 0 0
HSL 278.18º 1% 0.57% -
HSV(B) 278.18º 0.86% 1% -
XYZ 36.33 17.54 96.08 -
YUV 101.94 214.38 180.11 -
System Red Green Blue C M Y K H S L
Decimal 175 35 255 0.31 0.86 0 0 278.18 1 0.57
Hex AF 23 FF 1F 56 0 0 116 64 39
Octal 257 43 377 37 126 0 0 426 144 71
Binary 10101111 100011 11111111 11111 1010110 0 0 100010110 1100100 111001

Color Harmonies of #AF23FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23FF

Black with #AF23FF

Text Example


Text Example

White with #AF23FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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