Html Css Color HEX #AF77EB Medium Purple

📋 copy color: '#AF77EB'

red 175 ◦ green 119 ◦ blue 235

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

Shades of Medium Purple #AF77EB

Tints of Medium Purple #AF77EB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.5%

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 33.08%
G = 22.5%
B = 44.42%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF77EB (or 0xAF77EB) is known color: Medium Purple. HEX triplet: AF, 77 and EB. RGB value is (175,119,235). Sum of RGB (Red+Green+Blue) = 175+119+235=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF77EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF77EB is #508814. Grayscale: #949494. Windows color (decimal): -5277717 or 15431599. OLE color: 15431599.

HSL color Cylindrical-coordinate representation of color #AF77EB: hue angle of 268.97º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF77EB is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 119 235 -
CMYK 0.26 0.49 0 0.08
HSL 268.97º 0.74% 0.69% -
HSV(B) 268.97º 0.49% 0.92% -
XYZ 39.27 28.31 81.99 -
YUV 148.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 175 119 235 0.26 0.49 0 0.08 268.97 0.74 0.69
Hex AF 77 EB 1A 31 0 8 10D 4A 45
Octal 257 167 353 32 61 0 10 415 112 105
Binary 10101111 1110111 11101011 11010 110001 0 1000 100001101 1001010 1000101

Color Harmonies of #AF77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77EB

Black with #AF77EB

Text Example


Text Example

White with #AF77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77EB; }

 p { color: rgb(175,119,235); }

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

background-color css

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

 a { background-color: rgb(175,119,235); }

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

border-color css

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

 span { border-color: rgb(175,119,235); }

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