Html Css Color HEX #AF63DA Medium Orchid

📋 copy color: '#AF63DA'

red 175 ◦ green 99 ◦ blue 218

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

Shades of Medium Orchid #AF63DA

Tints of Medium Orchid #AF63DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.31%

R = 35.57%
G = 20.12%
B = 44.31%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF63DA (or 0xAF63DA) is known color: Medium Orchid. HEX triplet: AF, 63 and DA. RGB value is (175,99,218). Sum of RGB (Red+Green+Blue) = 175+99+218=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63DA is #509C25. Grayscale: #868686. Windows color (decimal): -5282854 or 14312367. OLE color: 14312367.

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

Color convert

RGB 175 99 218 -
CMYK 0.20 0.55 0 0.15
HSL 278.32º 0.62% 0.62% -
HSV(B) 278.32º 0.55% 0.85% -
XYZ 34.8 23.1 68.95 -
YUV 135.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 175 99 218 0.20 0.55 0 0.15 278.32 0.62 0.62
Hex AF 63 DA 14 37 0 F 116 3E 3E
Octal 257 143 332 24 67 0 17 426 76 76
Binary 10101111 1100011 11011010 10100 110111 0 1111 100010110 111110 111110

Color Harmonies of #AF63DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63DA

Black with #AF63DA

Text Example


Text Example

White with #AF63DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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