Html Css Color HEX #AF67BE Medium Orchid

📋 copy color: '#AF67BE'

red 175 ◦ green 103 ◦ blue 190

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

Shades of Medium Orchid #AF67BE

Tints of Medium Orchid #AF67BE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.01%

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

R = 37.39%
G = 22.01%
B = 40.6%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF67BE (or 0xAF67BE) is known color: Medium Orchid. HEX triplet: AF, 67 and BE. RGB value is (175,103,190). Sum of RGB (Red+Green+Blue) = 175+103+190=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF67BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67BE is #509841. Grayscale: #868686. Windows color (decimal): -5281858 or 12478383. OLE color: 12478383.

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

Color convert

RGB 175 103 190 -
CMYK 0.08 0.46 0 0.25
HSL 289.66º 0.4% 0.57% -
HSV(B) 289.66º 0.46% 0.75% -
XYZ 31.82 22.53 51.39 -
YUV 134.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 175 103 190 0.08 0.46 0 0.25 289.66 0.4 0.57
Hex AF 67 BE 8 2E 0 19 122 28 39
Octal 257 147 276 10 56 0 31 442 50 71
Binary 10101111 1100111 10111110 1000 101110 0 11001 100100010 101000 111001

Color Harmonies of #AF67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67BE

Black with #AF67BE

Text Example


Text Example

White with #AF67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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