Html Css Color HEX #AF63DB Medium Orchid

📋 copy color: '#AF63DB'

red 175 ◦ green 99 ◦ blue 219

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

Shades of Medium Orchid #AF63DB

Tints of Medium Orchid #AF63DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 35.5%
G = 20.08%
B = 44.42%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF63DB (or 0xAF63DB) is known color: Medium Orchid. HEX triplet: AF, 63 and DB. RGB value is (175,99,219). Sum of RGB (Red+Green+Blue) = 175+99+219=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF63DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63DB is #509C24. Grayscale: #878787. Windows color (decimal): -5282853 or 14377903. OLE color: 14377903.

HSL color Cylindrical-coordinate representation of color #AF63DB: hue angle of 278º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF63DB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 99 219 -
CMYK 0.20 0.55 0 0.14
HSL 278º 0.63% 0.62% -
HSV(B) 278º 0.55% 0.86% -
XYZ 34.93 23.15 69.65 -
YUV 135.4 175.18 156.24 -
System Red Green Blue C M Y K H S L
Decimal 175 99 219 0.20 0.55 0 0.14 278 0.63 0.62
Hex AF 63 DB 14 37 0 E 116 3E 3E
Octal 257 143 333 24 67 0 16 426 76 76
Binary 10101111 1100011 11011011 10100 110111 0 1110 100010110 111110 111110

Color Harmonies of #AF63DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63DB

Black with #AF63DB

Text Example


Text Example

White with #AF63DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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