Html Css Color HEX #AF63D0 Medium Orchid

📋 copy color: '#AF63D0'

red 175 ◦ green 99 ◦ blue 208

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

Shades of Medium Orchid #AF63D0

Tints of Medium Orchid #AF63D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 36.31%
G = 20.54%
B = 43.15%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF63D0 (or 0xAF63D0) is known color: Medium Orchid. HEX triplet: AF, 63 and D0. RGB value is (175,99,208). Sum of RGB (Red+Green+Blue) = 175+99+208=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF63D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63D0 is #509C2F. Grayscale: #858585. Windows color (decimal): -5282864 or 13657007. OLE color: 13657007.

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

Color convert

RGB 175 99 208 -
CMYK 0.16 0.52 0 0.18
HSL 281.83º 0.54% 0.6% -
HSV(B) 281.83º 0.52% 0.82% -
XYZ 33.53 22.59 62.27 -
YUV 134.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 175 99 208 0.16 0.52 0 0.18 281.83 0.54 0.6
Hex AF 63 D0 10 34 0 12 11A 36 3C
Octal 257 143 320 20 64 0 22 432 66 74
Binary 10101111 1100011 11010000 10000 110100 0 10010 100011010 110110 111100

Color Harmonies of #AF63D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63D0

Black with #AF63D0

Text Example


Text Example

White with #AF63D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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