Html Css Color HEX #AF75ED Medium Purple

📋 copy color: '#AF75ED'

red 175 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #AF75ED

Tints of Medium Purple #AF75ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 33.08%
G = 22.12%
B = 44.8%

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

#AF75ED (or 0xAF75ED) is known color: Medium Purple. HEX triplet: AF, 75 and ED. RGB value is (175,117,237). Sum of RGB (Red+Green+Blue) = 175+117+237=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF75ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF75ED is #508A12. Grayscale: #939393. Windows color (decimal): -5278227 or 15562159. OLE color: 15562159.

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

Color convert

RGB 175 117 237 -
CMYK 0.26 0.51 0 0.07
HSL 269º 0.77% 0.69% -
HSV(B) 269º 0.51% 0.93% -
XYZ 39.33 27.95 83.44 -
YUV 148.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 175 117 237 0.26 0.51 0 0.07 269 0.77 0.69
Hex AF 75 ED 1A 33 0 7 10D 4D 45
Octal 257 165 355 32 63 0 7 415 115 105
Binary 10101111 1110101 11101101 11010 110011 0 111 100001101 1001101 1000101

Color Harmonies of #AF75ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75ED

Black with #AF75ED

Text Example


Text Example

White with #AF75ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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