Html Css Color HEX #AF63E4 Medium Orchid

📋 copy color: '#AF63E4'

red 175 ◦ green 99 ◦ blue 228

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

Shades of Medium Orchid #AF63E4

Tints of Medium Orchid #AF63E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.42%

R = 34.86%
G = 19.72%
B = 45.42%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF63E4 (or 0xAF63E4) is known color: Medium Orchid. HEX triplet: AF, 63 and E4. RGB value is (175,99,228). Sum of RGB (Red+Green+Blue) = 175+99+228=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 99 (39.06% from 255 or 19.72% from 502); Blue value is 228 (89.45% from 255 or 45.42% from 502); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF63E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF63E4 is #509C1B. Grayscale: #878787. Windows color (decimal): -5282844 or 14967727. OLE color: 14967727.

HSL color Cylindrical-coordinate representation of color #AF63E4: hue angle of 275.35º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF63E4 is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 99 228 -
CMYK 0.23 0.57 0 0.11
HSL 275.35º 0.7% 0.64% -
HSV(B) 275.35º 0.57% 0.89% -
XYZ 36.14 23.64 76.06 -
YUV 136.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 175 99 228 0.23 0.57 0 0.11 275.35 0.7 0.64
Hex AF 63 E4 17 39 0 B 113 46 40
Octal 257 143 344 27 71 0 13 423 106 100
Binary 10101111 1100011 11100100 10111 111001 0 1011 100010011 1000110 1000000

Color Harmonies of #AF63E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF63E4

Black with #AF63E4

Text Example


Text Example

White with #AF63E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF63E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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