Html Css Color HEX #AF61E6 Medium Orchid

📋 copy color: '#AF61E6'

red 175 ◦ green 97 ◦ blue 230

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

Shades of Medium Orchid #AF61E6

Tints of Medium Orchid #AF61E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 34.86%
G = 19.32%
B = 45.82%

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

#AF61E6 (or 0xAF61E6) is known color: Medium Orchid. HEX triplet: AF, 61 and E6. RGB value is (175,97,230). Sum of RGB (Red+Green+Blue) = 175+97+230=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF61E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61E6 is #509E19. Grayscale: #878787. Windows color (decimal): -5283354 or 15098287. OLE color: 15098287.

HSL color Cylindrical-coordinate representation of color #AF61E6: hue angle of 275.19º degrees, saturation: 0.73, 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 #AF61E6 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 97 230 -
CMYK 0.24 0.58 0 0.10
HSL 275.19º 0.73% 0.64% -
HSV(B) 275.19º 0.58% 0.9% -
XYZ 36.24 23.38 77.47 -
YUV 135.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 175 97 230 0.24 0.58 0 0.10 275.19 0.73 0.64
Hex AF 61 E6 18 3A 0 A 113 49 40
Octal 257 141 346 30 72 0 12 423 111 100
Binary 10101111 1100001 11100110 11000 111010 0 1010 100010011 1001001 1000000

Color Harmonies of #AF61E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61E6

Black with #AF61E6

Text Example


Text Example

White with #AF61E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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