Html Css Color HEX #AF26EE Blue Violet

📋 copy color: '#AF26EE'

red 175 ◦ green 38 ◦ blue 238

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

Shades of Blue Violet #AF26EE

Tints of Blue Violet #AF26EE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.43%

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

R = 38.8%
G = 8.43%
B = 52.77%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF26EE (or 0xAF26EE) is known color: Blue Violet. HEX triplet: AF, 26 and EE. RGB value is (175,38,238). Sum of RGB (Red+Green+Blue) = 175+38+238=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF26EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF26EE is #50D911. Grayscale: #656565. Windows color (decimal): -5298450 or 15607471. OLE color: 15607471.

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

Color convert

RGB 175 38 238 -
CMYK 0.26 0.84 0 0.07
HSL 281.1º 0.85% 0.54% -
HSV(B) 281.1º 0.84% 0.93% -
XYZ 33.8 16.67 82.33 -
YUV 101.76 204.89 180.24 -
System Red Green Blue C M Y K H S L
Decimal 175 38 238 0.26 0.84 0 0.07 281.1 0.85 0.54
Hex AF 26 EE 1A 54 0 7 119 55 36
Octal 257 46 356 32 124 0 7 431 125 66
Binary 10101111 100110 11101110 11010 1010100 0 111 100011001 1010101 110110

Color Harmonies of #AF26EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF26EE

Black with #AF26EE

Text Example


Text Example

White with #AF26EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF26EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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