Html Css Color HEX #AF65BE Medium Orchid

📋 copy color: '#AF65BE'

red 175 ◦ green 101 ◦ blue 190

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

Shades of Medium Orchid #AF65BE

Tints of Medium Orchid #AF65BE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.67%

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

R = 37.55%
G = 21.67%
B = 40.77%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF65BE (or 0xAF65BE) is known color: Medium Orchid. HEX triplet: AF, 65 and BE. RGB value is (175,101,190). Sum of RGB (Red+Green+Blue) = 175+101+190=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF65BE is #509A41. Grayscale: #848484. Windows color (decimal): -5282370 or 12477871. OLE color: 12477871.

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

Color convert

RGB 175 101 190 -
CMYK 0.08 0.47 0 0.25
HSL 289.89º 0.41% 0.57% -
HSV(B) 289.89º 0.47% 0.75% -
XYZ 31.63 22.14 51.32 -
YUV 133.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 175 101 190 0.08 0.47 0 0.25 289.89 0.41 0.57
Hex AF 65 BE 8 2F 0 19 122 29 39
Octal 257 145 276 10 57 0 31 442 51 71
Binary 10101111 1100101 10111110 1000 101111 0 11001 100100010 101001 111001

Color Harmonies of #AF65BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF65BE

Black with #AF65BE

Text Example


Text Example

White with #AF65BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF65BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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