Html Css Color HEX #AF61D8 Medium Orchid

📋 copy color: '#AF61D8'

red 175 ◦ green 97 ◦ blue 216

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

Shades of Medium Orchid #AF61D8

Tints of Medium Orchid #AF61D8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.88%

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 35.86%
G = 19.88%
B = 44.26%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF61D8 (or 0xAF61D8) is known color: Medium Orchid. HEX triplet: AF, 61 and D8. RGB value is (175,97,216). Sum of RGB (Red+Green+Blue) = 175+97+216=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF61D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61D8 is #509E27. Grayscale: #858585. Windows color (decimal): -5283368 or 14180783. OLE color: 14180783.

HSL color Cylindrical-coordinate representation of color #AF61D8: hue angle of 279.33º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF61D8 is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 97 216 -
CMYK 0.19 0.55 0 0.15
HSL 279.33º 0.6% 0.61% -
HSV(B) 279.33º 0.55% 0.85% -
XYZ 34.35 22.62 67.52 -
YUV 133.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 175 97 216 0.19 0.55 0 0.15 279.33 0.6 0.61
Hex AF 61 D8 13 37 0 F 117 3C 3D
Octal 257 141 330 23 67 0 17 427 74 75
Binary 10101111 1100001 11011000 10011 110111 0 1111 100010111 111100 111101

Color Harmonies of #AF61D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61D8

Black with #AF61D8

Text Example


Text Example

White with #AF61D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61D8; }

 p { color: rgb(175,97,216); }

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

background-color css

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

 a { background-color: rgb(175,97,216); }

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

border-color css

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

 span { border-color: rgb(175,97,216); }

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