Html Css Color HEX #AF63D1 Medium Orchid

📋 copy color: '#AF63D1'

red 175 ◦ green 99 ◦ blue 209

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

Shades of Medium Orchid #AF63D1

Tints of Medium Orchid #AF63D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 36.23%
G = 20.5%
B = 43.27%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF63D1 (or 0xAF63D1) is known color: Medium Orchid. HEX triplet: AF, 63 and D1. RGB value is (175,99,209). Sum of RGB (Red+Green+Blue) = 175+99+209=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF63D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63D1 is #509C2E. Grayscale: #858585. Windows color (decimal): -5282863 or 13722543. OLE color: 13722543.

HSL color Cylindrical-coordinate representation of color #AF63D1: hue angle of 281.45º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF63D1 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 99 209 -
CMYK 0.16 0.53 0 0.18
HSL 281.45º 0.54% 0.6% -
HSV(B) 281.45º 0.53% 0.82% -
XYZ 33.65 22.64 62.92 -
YUV 134.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 175 99 209 0.16 0.53 0 0.18 281.45 0.54 0.6
Hex AF 63 D1 10 35 0 12 119 36 3C
Octal 257 143 321 20 65 0 22 431 66 74
Binary 10101111 1100011 11010001 10000 110101 0 10010 100011001 110110 111100

Color Harmonies of #AF63D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63D1

Black with #AF63D1

Text Example


Text Example

White with #AF63D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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