Html Css Color HEX #AF78E6 Medium Purple

📋 copy color: '#AF78E6'

red 175 ◦ green 120 ◦ blue 230

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

Shades of Medium Purple #AF78E6

Tints of Medium Purple #AF78E6

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.86%

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

R = 33.33%
G = 22.86%
B = 43.81%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF78E6 (or 0xAF78E6) is known color: Medium Purple. HEX triplet: AF, 78 and E6. RGB value is (175,120,230). Sum of RGB (Red+Green+Blue) = 175+120+230=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 230 (90.23% from 255 or 43.81% from 525); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF78E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF78E6 is #508719. Grayscale: #949494. Windows color (decimal): -5277466 or 15104175. OLE color: 15104175.

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

Color convert

RGB 175 120 230 -
CMYK 0.24 0.48 0 0.10
HSL 270º 0.69% 0.69% -
HSV(B) 270º 0.48% 0.9% -
XYZ 38.68 28.26 78.28 -
YUV 148.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 175 120 230 0.24 0.48 0 0.10 270 0.69 0.69
Hex AF 78 E6 18 30 0 A 10E 45 45
Octal 257 170 346 30 60 0 12 416 105 105
Binary 10101111 1111000 11100110 11000 110000 0 1010 100001110 1000101 1000101

Color Harmonies of #AF78E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78E6

Black with #AF78E6

Text Example


Text Example

White with #AF78E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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