Html Css Color HEX #AF28EE Blue Violet

📋 copy color: '#AF28EE'

red 175 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #AF28EE

Tints of Blue Violet #AF28EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.83%

 BLUE value IS 238 (93.36% from 255) = 52.54%

R = 38.63%
G = 8.83%
B = 52.54%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF28EE (or 0xAF28EE) is known color: Blue Violet. HEX triplet: AF, 28 and EE. RGB value is (175,40,238). Sum of RGB (Red+Green+Blue) = 175+40+238=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 238 (93.36% from 255 or 52.54% from 453); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF28EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF28EE is #50D711. Grayscale: #666666. Windows color (decimal): -5297938 or 15607983. OLE color: 15607983.

HSL color Cylindrical-coordinate representation of color #AF28EE: hue angle of 280.91º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF28EE is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 40 238 -
CMYK 0.26 0.83 0 0.07
HSL 280.91º 0.85% 0.55% -
HSV(B) 280.91º 0.83% 0.93% -
XYZ 33.87 16.8 82.35 -
YUV 102.94 204.23 179.4 -
System Red Green Blue C M Y K H S L
Decimal 175 40 238 0.26 0.83 0 0.07 280.91 0.85 0.55
Hex AF 28 EE 1A 53 0 7 119 55 37
Octal 257 50 356 32 123 0 7 431 125 67
Binary 10101111 101000 11101110 11010 1010011 0 111 100011001 1010101 110111

Color Harmonies of #AF28EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28EE

Black with #AF28EE

Text Example


Text Example

White with #AF28EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28EE; }

 p { color: rgb(175,40,238); }

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

background-color css

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

 a { background-color: rgb(175,40,238); }

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

border-color css

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

 span { border-color: rgb(175,40,238); }

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