Html Css Color HEX #AF63E5 Medium Orchid

📋 copy color: '#AF63E5'

red 175 ◦ green 99 ◦ blue 229

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

Shades of Medium Orchid #AF63E5

Tints of Medium Orchid #AF63E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 34.79%
G = 19.68%
B = 45.53%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF63E5 (or 0xAF63E5) is known color: Medium Orchid. HEX triplet: AF, 63 and E5. RGB value is (175,99,229). Sum of RGB (Red+Green+Blue) = 175+99+229=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF63E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63E5 is #509C1A. Grayscale: #888888. Windows color (decimal): -5282843 or 15033263. OLE color: 15033263.

HSL color Cylindrical-coordinate representation of color #AF63E5: hue angle of 275.08º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF63E5 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 99 229 -
CMYK 0.24 0.57 0 0.10
HSL 275.08º 0.71% 0.64% -
HSV(B) 275.08º 0.57% 0.9% -
XYZ 36.28 23.69 76.79 -
YUV 136.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 175 99 229 0.24 0.57 0 0.10 275.08 0.71 0.64
Hex AF 63 E5 18 39 0 A 113 47 40
Octal 257 143 345 30 71 0 12 423 107 100
Binary 10101111 1100011 11100101 11000 111001 0 1010 100010011 1000111 1000000

Color Harmonies of #AF63E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63E5

Black with #AF63E5

Text Example


Text Example

White with #AF63E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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