Html Css Color HEX #AF6EE7 Medium Purple

📋 copy color: '#AF6EE7'

red 175 ◦ green 110 ◦ blue 231

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

Shades of Medium Purple #AF6EE7

Tints of Medium Purple #AF6EE7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.32%

 BLUE value IS 231 (90.63% from 255) = 44.77%

R = 33.91%
G = 21.32%
B = 44.77%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF6EE7 (or 0xAF6EE7) is known color: Medium Purple. HEX triplet: AF, 6E and E7. RGB value is (175,110,231). Sum of RGB (Red+Green+Blue) = 175+110+231=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 110 (43.36% from 255 or 21.32% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF6EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6EE7 is #509118. Grayscale: #8E8E8E. Windows color (decimal): -5280025 or 15167151. OLE color: 15167151.

HSL color Cylindrical-coordinate representation of color #AF6EE7: hue angle of 272.23º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6EE7 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 110 231 -
CMYK 0.24 0.52 0 0.09
HSL 272.23º 0.72% 0.67% -
HSV(B) 272.23º 0.52% 0.91% -
XYZ 37.68 26.04 78.64 -
YUV 143.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 175 110 231 0.24 0.52 0 0.09 272.23 0.72 0.67
Hex AF 6E E7 18 34 0 9 110 48 43
Octal 257 156 347 30 64 0 11 420 110 103
Binary 10101111 1101110 11100111 11000 110100 0 1001 100010000 1001000 1000011

Color Harmonies of #AF6EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6EE7

Black with #AF6EE7

Text Example


Text Example

White with #AF6EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6EE7; }

 p { color: rgb(175,110,231); }

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

background-color css

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

 a { background-color: rgb(175,110,231); }

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

border-color css

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

 span { border-color: rgb(175,110,231); }

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