Html Css Color HEX #AF69C1 Medium Orchid

📋 copy color: '#AF69C1'

red 175 ◦ green 105 ◦ blue 193

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

Shades of Medium Orchid #AF69C1

Tints of Medium Orchid #AF69C1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

 BLUE value IS 193 (75.78% from 255) = 40.8%

R = 37%
G = 22.2%
B = 40.8%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF69C1 (or 0xAF69C1) is known color: Medium Orchid. HEX triplet: AF, 69 and C1. RGB value is (175,105,193). Sum of RGB (Red+Green+Blue) = 175+105+193=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF69C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF69C1 is #50963E. Grayscale: #878787. Windows color (decimal): -5281343 or 12675503. OLE color: 12675503.

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

Color convert

RGB 175 105 193 -
CMYK 0.09 0.46 0 0.24
HSL 287.73º 0.42% 0.58% -
HSV(B) 287.73º 0.46% 0.76% -
XYZ 32.36 23.07 53.2 -
YUV 135.96 160.19 155.84 -
System Red Green Blue C M Y K H S L
Decimal 175 105 193 0.09 0.46 0 0.24 287.73 0.42 0.58
Hex AF 69 C1 9 2E 0 18 120 2A 3A
Octal 257 151 301 11 56 0 30 440 52 72
Binary 10101111 1101001 11000001 1001 101110 0 11000 100100000 101010 111010

Color Harmonies of #AF69C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF69C1

Black with #AF69C1

Text Example


Text Example

White with #AF69C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF69C1; }

 p { color: rgb(175,105,193); }

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

background-color css

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

 a { background-color: rgb(175,105,193); }

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

border-color css

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

 span { border-color: rgb(175,105,193); }

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