Html Css Color HEX #AF54C2 Medium Orchid

📋 copy color: '#AF54C2'

red 175 ◦ green 84 ◦ blue 194

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

Shades of Medium Orchid #AF54C2

Tints of Medium Orchid #AF54C2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.54%

 BLUE value IS 194 (76.17% from 255) = 42.83%

R = 38.63%
G = 18.54%
B = 42.83%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF54C2 (or 0xAF54C2) is known color: Medium Orchid. HEX triplet: AF, 54 and C2. RGB value is (175,84,194). Sum of RGB (Red+Green+Blue) = 175+84+194=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF54C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54C2 is #50AB3D. Grayscale: #7B7B7B. Windows color (decimal): -5286718 or 12735663. OLE color: 12735663.

HSL color Cylindrical-coordinate representation of color #AF54C2: hue angle of 289.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF54C2 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 84 194 -
CMYK 0.10 0.57 0 0.24
HSL 289.64º 0.47% 0.55% -
HSV(B) 289.64º 0.57% 0.76% -
XYZ 30.59 19.35 53.16 -
YUV 123.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 175 84 194 0.10 0.57 0 0.24 289.64 0.47 0.55
Hex AF 54 C2 A 39 0 18 122 2F 37
Octal 257 124 302 12 71 0 30 442 57 67
Binary 10101111 1010100 11000010 1010 111001 0 11000 100100010 101111 110111

Color Harmonies of #AF54C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54C2

Black with #AF54C2

Text Example


Text Example

White with #AF54C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54C2; }

 p { color: rgb(175,84,194); }

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

background-color css

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

 a { background-color: rgb(175,84,194); }

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

border-color css

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

 span { border-color: rgb(175,84,194); }

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