Html Css Color HEX #AF5FDD Medium Orchid

📋 copy color: '#AF5FDD'

red 175 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #AF5FDD

Tints of Medium Orchid #AF5FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.01%

R = 35.64%
G = 19.35%
B = 45.01%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF5FDD (or 0xAF5FDD) is known color: Medium Orchid. HEX triplet: AF, 5F and DD. RGB value is (175,95,221). Sum of RGB (Red+Green+Blue) = 175+95+221=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 95 (37.5% from 255 or 19.35% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF5FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5FDD is #50A022. Grayscale: #848484. Windows color (decimal): -5283875 or 14507951. OLE color: 14507951.

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

Color convert

RGB 175 95 221 -
CMYK 0.21 0.57 0 0.13
HSL 278.1º 0.65% 0.62% -
HSV(B) 278.1º 0.57% 0.87% -
XYZ 34.82 22.52 70.92 -
YUV 133.28 177.5 157.75 -
System Red Green Blue C M Y K H S L
Decimal 175 95 221 0.21 0.57 0 0.13 278.1 0.65 0.62
Hex AF 5F DD 15 39 0 D 116 41 3E
Octal 257 137 335 25 71 0 15 426 101 76
Binary 10101111 1011111 11011101 10101 111001 0 1101 100010110 1000001 111110

Color Harmonies of #AF5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5FDD

Black with #AF5FDD

Text Example


Text Example

White with #AF5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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