Html Css Color HEX #AF61E5 Medium Orchid

📋 copy color: '#AF61E5'

red 175 ◦ green 97 ◦ blue 229

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

Shades of Medium Orchid #AF61E5

Tints of Medium Orchid #AF61E5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.36%

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

R = 34.93%
G = 19.36%
B = 45.71%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF61E5 (or 0xAF61E5) is known color: Medium Orchid. HEX triplet: AF, 61 and E5. RGB value is (175,97,229). Sum of RGB (Red+Green+Blue) = 175+97+229=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 97 (38.28% from 255 or 19.36% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF61E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61E5 is #509E1A. Grayscale: #868686. Windows color (decimal): -5283355 or 15032751. OLE color: 15032751.

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

Color convert

RGB 175 97 229 -
CMYK 0.24 0.58 0 0.10
HSL 275.45º 0.72% 0.64% -
HSV(B) 275.45º 0.58% 0.9% -
XYZ 36.1 23.32 76.73 -
YUV 135.37 180.84 156.27 -
System Red Green Blue C M Y K H S L
Decimal 175 97 229 0.24 0.58 0 0.10 275.45 0.72 0.64
Hex AF 61 E5 18 3A 0 A 113 48 40
Octal 257 141 345 30 72 0 12 423 110 100
Binary 10101111 1100001 11100101 11000 111010 0 1010 100010011 1001000 1000000

Color Harmonies of #AF61E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61E5

Black with #AF61E5

Text Example


Text Example

White with #AF61E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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