Html Css Color HEX #AF63E1 Medium Orchid

📋 copy color: '#AF63E1'

red 175 ◦ green 99 ◦ blue 225

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

Shades of Medium Orchid #AF63E1

Tints of Medium Orchid #AF63E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.09%

R = 35.07%
G = 19.84%
B = 45.09%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF63E1 (or 0xAF63E1) is known color: Medium Orchid. HEX triplet: AF, 63 and E1. RGB value is (175,99,225). Sum of RGB (Red+Green+Blue) = 175+99+225=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF63E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63E1 is #509C1E. Grayscale: #878787. Windows color (decimal): -5282847 or 14771119. OLE color: 14771119.

HSL color Cylindrical-coordinate representation of color #AF63E1: hue angle of 276.19º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF63E1 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 99 225 -
CMYK 0.22 0.56 0 0.12
HSL 276.19º 0.68% 0.64% -
HSV(B) 276.19º 0.56% 0.88% -
XYZ 35.73 23.47 73.88 -
YUV 136.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 175 99 225 0.22 0.56 0 0.12 276.19 0.68 0.64
Hex AF 63 E1 16 38 0 C 114 44 40
Octal 257 143 341 26 70 0 14 424 104 100
Binary 10101111 1100011 11100001 10110 111000 0 1100 100010100 1000100 1000000

Color Harmonies of #AF63E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63E1

Black with #AF63E1

Text Example


Text Example

White with #AF63E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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