Html Css Color HEX #AF75EE Medium Purple

📋 copy color: '#AF75EE'

red 175 ◦ green 117 ◦ blue 238

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

Shades of Medium Purple #AF75EE

Tints of Medium Purple #AF75EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.08%

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

R = 33.02%
G = 22.08%
B = 44.91%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF75EE (or 0xAF75EE) is known color: Medium Purple. HEX triplet: AF, 75 and EE. RGB value is (175,117,238). Sum of RGB (Red+Green+Blue) = 175+117+238=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF75EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF75EE is #508A11. Grayscale: #939393. Windows color (decimal): -5278226 or 15627695. OLE color: 15627695.

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

Color convert

RGB 175 117 238 -
CMYK 0.26 0.51 0 0.07
HSL 268.76º 0.78% 0.7% -
HSV(B) 268.76º 0.51% 0.93% -
XYZ 39.47 28.01 84.21 -
YUV 148.14 178.72 147.16 -
System Red Green Blue C M Y K H S L
Decimal 175 117 238 0.26 0.51 0 0.07 268.76 0.78 0.7
Hex AF 75 EE 1A 33 0 7 10D 4E 46
Octal 257 165 356 32 63 0 7 415 116 106
Binary 10101111 1110101 11101110 11010 110011 0 111 100001101 1001110 1000110

Color Harmonies of #AF75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75EE

Black with #AF75EE

Text Example


Text Example

White with #AF75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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