Html Css Color HEX #AF5ADE Medium Orchid

📋 copy color: '#AF5ADE'

red 175 ◦ green 90 ◦ blue 222

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

Shades of Medium Orchid #AF5ADE

Tints of Medium Orchid #AF5ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.48%

 BLUE value IS 222 (87.11% from 255) = 45.59%

R = 35.93%
G = 18.48%
B = 45.59%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF5ADE (or 0xAF5ADE) is known color: Medium Orchid. HEX triplet: AF, 5A and DE. RGB value is (175,90,222). Sum of RGB (Red+Green+Blue) = 175+90+222=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF5ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5ADE is #50A521. Grayscale: #828282. Windows color (decimal): -5285154 or 14572207. OLE color: 14572207.

HSL color Cylindrical-coordinate representation of color #AF5ADE: hue angle of 278.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5ADE is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 90 222 -
CMYK 0.21 0.59 0 0.13
HSL 278.64º 0.67% 0.61% -
HSV(B) 278.64º 0.59% 0.87% -
XYZ 34.52 21.7 71.48 -
YUV 130.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 175 90 222 0.21 0.59 0 0.13 278.64 0.67 0.61
Hex AF 5A DE 15 3B 0 D 117 43 3D
Octal 257 132 336 25 73 0 15 427 103 75
Binary 10101111 1011010 11011110 10101 111011 0 1101 100010111 1000011 111101

Color Harmonies of #AF5ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5ADE

Black with #AF5ADE

Text Example


Text Example

White with #AF5ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5ADE; }

 p { color: rgb(175,90,222); }

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

background-color css

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

 a { background-color: rgb(175,90,222); }

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

border-color css

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

 span { border-color: rgb(175,90,222); }

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