Html Css Color HEX #AF6CBE Medium Orchid

📋 copy color: '#AF6CBE'

red 175 ◦ green 108 ◦ blue 190

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

Shades of Medium Orchid #AF6CBE

Tints of Medium Orchid #AF6CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.83%

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 37%
G = 22.83%
B = 40.17%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF6CBE (or 0xAF6CBE) is known color: Medium Orchid. HEX triplet: AF, 6C and BE. RGB value is (175,108,190). Sum of RGB (Red+Green+Blue) = 175+108+190=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CBE is #509341. Grayscale: #898989. Windows color (decimal): -5280578 or 12479663. OLE color: 12479663.

HSL color Cylindrical-coordinate representation of color #AF6CBE: hue angle of 289.02º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6CBE is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 108 190 -
CMYK 0.08 0.43 0 0.25
HSL 289.02º 0.39% 0.58% -
HSV(B) 289.02º 0.43% 0.75% -
XYZ 32.34 23.56 51.56 -
YUV 137.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 175 108 190 0.08 0.43 0 0.25 289.02 0.39 0.58
Hex AF 6C BE 8 2B 0 19 121 27 3A
Octal 257 154 276 10 53 0 31 441 47 72
Binary 10101111 1101100 10111110 1000 101011 0 11001 100100001 100111 111010

Color Harmonies of #AF6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CBE

Black with #AF6CBE

Text Example


Text Example

White with #AF6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CBE; }

 p { color: rgb(175,108,190); }

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

background-color css

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

 a { background-color: rgb(175,108,190); }

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

border-color css

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

 span { border-color: rgb(175,108,190); }

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