Html Css Color HEX #AF63D8 Medium Orchid

📋 copy color: '#AF63D8'

red 175 ◦ green 99 ◦ blue 216

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

Shades of Medium Orchid #AF63D8

Tints of Medium Orchid #AF63D8

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.2%

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

R = 35.71%
G = 20.2%
B = 44.08%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF63D8 (or 0xAF63D8) is known color: Medium Orchid. HEX triplet: AF, 63 and D8. RGB value is (175,99,216). Sum of RGB (Red+Green+Blue) = 175+99+216=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF63D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63D8 is #509C27. Grayscale: #868686. Windows color (decimal): -5282856 or 14181295. OLE color: 14181295.

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

Color convert

RGB 175 99 216 -
CMYK 0.19 0.54 0 0.15
HSL 278.97º 0.6% 0.62% -
HSV(B) 278.97º 0.54% 0.85% -
XYZ 34.54 23 67.58 -
YUV 135.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 175 99 216 0.19 0.54 0 0.15 278.97 0.6 0.62
Hex AF 63 D8 13 36 0 F 117 3C 3E
Octal 257 143 330 23 66 0 17 427 74 76
Binary 10101111 1100011 11011000 10011 110110 0 1111 100010111 111100 111110

Color Harmonies of #AF63D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63D8

Black with #AF63D8

Text Example


Text Example

White with #AF63D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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