Html Css Color HEX #AF63D7 Medium Orchid

📋 copy color: '#AF63D7'

red 175 ◦ green 99 ◦ blue 215

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

Shades of Medium Orchid #AF63D7

Tints of Medium Orchid #AF63D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.97%

R = 35.79%
G = 20.25%
B = 43.97%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF63D7 (or 0xAF63D7) is known color: Medium Orchid. HEX triplet: AF, 63 and D7. RGB value is (175,99,215). Sum of RGB (Red+Green+Blue) = 175+99+215=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF63D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63D7 is #509C28. Grayscale: #868686. Windows color (decimal): -5282857 or 14115759. OLE color: 14115759.

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

Color convert

RGB 175 99 215 -
CMYK 0.19 0.54 0 0.16
HSL 279.31º 0.59% 0.62% -
HSV(B) 279.31º 0.54% 0.84% -
XYZ 34.41 22.94 66.91 -
YUV 134.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 175 99 215 0.19 0.54 0 0.16 279.31 0.59 0.62
Hex AF 63 D7 13 36 0 10 117 3B 3E
Octal 257 143 327 23 66 0 20 427 73 76
Binary 10101111 1100011 11010111 10011 110110 0 10000 100010111 111011 111110

Color Harmonies of #AF63D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63D7

Black with #AF63D7

Text Example


Text Example

White with #AF63D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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