Html Css Color HEX #AF75E6 Medium Purple

📋 copy color: '#AF75E6'

red 175 ◦ green 117 ◦ blue 230

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

Shades of Medium Purple #AF75E6

Tints of Medium Purple #AF75E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 44.06%

R = 33.52%
G = 22.41%
B = 44.06%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF75E6 (or 0xAF75E6) is known color: Medium Purple. HEX triplet: AF, 75 and E6. RGB value is (175,117,230). Sum of RGB (Red+Green+Blue) = 175+117+230=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF75E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF75E6 is #508A19. Grayscale: #929292. Windows color (decimal): -5278234 or 15103407. OLE color: 15103407.

HSL color Cylindrical-coordinate representation of color #AF75E6: hue angle of 270.8º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF75E6 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 117 230 -
CMYK 0.24 0.49 0 0.10
HSL 270.8º 0.69% 0.68% -
HSV(B) 270.8º 0.49% 0.9% -
XYZ 38.32 27.55 78.16 -
YUV 147.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 175 117 230 0.24 0.49 0 0.10 270.8 0.69 0.68
Hex AF 75 E6 18 31 0 A 10F 45 44
Octal 257 165 346 30 61 0 12 417 105 104
Binary 10101111 1110101 11100110 11000 110001 0 1010 100001111 1000101 1000100

Color Harmonies of #AF75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75E6

Black with #AF75E6

Text Example


Text Example

White with #AF75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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