Html Css Color HEX #AF23F0 Electric Purple

📋 copy color: '#AF23F0'

red 175 ◦ green 35 ◦ blue 240

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

Shades of Electric Purple #AF23F0

Tints of Electric Purple #AF23F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 53.33%

R = 38.89%
G = 7.78%
B = 53.33%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF23F0 (or 0xAF23F0) is known color: Electric Purple. HEX triplet: AF, 23 and F0. RGB value is (175,35,240). Sum of RGB (Red+Green+Blue) = 175+35+240=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 35 (14.06% from 255 or 7.78% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF23F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF23F0 is #50DC0F. Grayscale: #636363. Windows color (decimal): -5299216 or 15737775. OLE color: 15737775.

HSL color Cylindrical-coordinate representation of color #AF23F0: hue angle of 280.98º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF23F0 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 35 240 -
CMYK 0.27 0.85 0 0.06
HSL 280.98º 0.87% 0.54% -
HSV(B) 280.98º 0.85% 0.94% -
XYZ 34.01 16.61 83.85 -
YUV 100.23 206.88 181.33 -
System Red Green Blue C M Y K H S L
Decimal 175 35 240 0.27 0.85 0 0.06 280.98 0.87 0.54
Hex AF 23 F0 1B 55 0 6 119 57 36
Octal 257 43 360 33 125 0 6 431 127 66
Binary 10101111 100011 11110000 11011 1010101 0 110 100011001 1010111 110110

Color Harmonies of #AF23F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23F0

Black with #AF23F0

Text Example


Text Example

White with #AF23F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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