Html Css Color HEX #AF5FE0 Medium Orchid

📋 copy color: '#AF5FE0'

red 175 ◦ green 95 ◦ blue 224

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

Shades of Medium Orchid #AF5FE0

Tints of Medium Orchid #AF5FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.23%

 BLUE value IS 224 (87.89% from 255) = 45.34%

R = 35.43%
G = 19.23%
B = 45.34%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF5FE0 (or 0xAF5FE0) is known color: Medium Orchid. HEX triplet: AF, 5F and E0. RGB value is (175,95,224). Sum of RGB (Red+Green+Blue) = 175+95+224=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF5FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FE0 is #50A01F. Grayscale: #858585. Windows color (decimal): -5283872 or 14704559. OLE color: 14704559.

HSL color Cylindrical-coordinate representation of color #AF5FE0: hue angle of 277.21º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5FE0 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 95 224 -
CMYK 0.22 0.58 0 0.12
HSL 277.21º 0.68% 0.63% -
HSV(B) 277.21º 0.58% 0.88% -
XYZ 35.23 22.68 73.04 -
YUV 133.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 175 95 224 0.22 0.58 0 0.12 277.21 0.68 0.63
Hex AF 5F E0 16 3A 0 C 115 44 3F
Octal 257 137 340 26 72 0 14 425 104 77
Binary 10101111 1011111 11100000 10110 111010 0 1100 100010101 1000100 111111

Color Harmonies of #AF5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FE0

Black with #AF5FE0

Text Example


Text Example

White with #AF5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FE0; }

 p { color: rgb(175,95,224); }

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

background-color css

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

 a { background-color: rgb(175,95,224); }

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

border-color css

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

 span { border-color: rgb(175,95,224); }

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