Html Css Color HEX #AF45C6 Medium Orchid

📋 copy color: '#AF45C6'

red 175 ◦ green 69 ◦ blue 198

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

Shades of Medium Orchid #AF45C6

Tints of Medium Orchid #AF45C6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.61%

 BLUE value IS 198 (77.73% from 255) = 44.8%

R = 39.59%
G = 15.61%
B = 44.8%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF45C6 (or 0xAF45C6) is known color: Medium Orchid. HEX triplet: AF, 45 and C6. RGB value is (175,69,198). Sum of RGB (Red+Green+Blue) = 175+69+198=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF45C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF45C6 is #50BA39. Grayscale: #727272. Windows color (decimal): -5290554 or 12993967. OLE color: 12993967.

HSL color Cylindrical-coordinate representation of color #AF45C6: hue angle of 289.3º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF45C6 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 69 198 -
CMYK 0.12 0.65 0 0.22
HSL 289.3º 0.53% 0.52% -
HSV(B) 289.3º 0.65% 0.78% -
XYZ 30 17.45 55.21 -
YUV 115.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 175 69 198 0.12 0.65 0 0.22 289.3 0.53 0.52
Hex AF 45 C6 C 41 0 16 121 35 34
Octal 257 105 306 14 101 0 26 441 65 64
Binary 10101111 1000101 11000110 1100 1000001 0 10110 100100001 110101 110100

Color Harmonies of #AF45C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF45C6

Black with #AF45C6

Text Example


Text Example

White with #AF45C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF45C6; }

 p { color: rgb(175,69,198); }

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

background-color css

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

 a { background-color: rgb(175,69,198); }

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

border-color css

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

 span { border-color: rgb(175,69,198); }

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