Html Css Color HEX #AF61E7 Medium Orchid

📋 copy color: '#AF61E7'

red 175 ◦ green 97 ◦ blue 231

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

Shades of Medium Orchid #AF61E7

Tints of Medium Orchid #AF61E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.92%

R = 34.79%
G = 19.28%
B = 45.92%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF61E7 (or 0xAF61E7) is known color: Medium Orchid. HEX triplet: AF, 61 and E7. RGB value is (175,97,231). Sum of RGB (Red+Green+Blue) = 175+97+231=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 231 (90.62% from 255 or 45.92% from 503); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF61E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61E7 is #509E18. Grayscale: #878787. Windows color (decimal): -5283353 or 15163823. OLE color: 15163823.

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

Color convert

RGB 175 97 231 -
CMYK 0.24 0.58 0 0.09
HSL 274.93º 0.74% 0.64% -
HSV(B) 274.93º 0.58% 0.91% -
XYZ 36.38 23.43 78.21 -
YUV 135.6 181.84 156.1 -
System Red Green Blue C M Y K H S L
Decimal 175 97 231 0.24 0.58 0 0.09 274.93 0.74 0.64
Hex AF 61 E7 18 3A 0 9 113 4A 40
Octal 257 141 347 30 72 0 11 423 112 100
Binary 10101111 1100001 11100111 11000 111010 0 1001 100010011 1001010 1000000

Color Harmonies of #AF61E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF61E7

Black with #AF61E7

Text Example


Text Example

White with #AF61E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF61E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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