Html Css Color HEX #AF67DF Medium Orchid

📋 copy color: '#AF67DF'

red 175 ◦ green 103 ◦ blue 223

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

Shades of Medium Orchid #AF67DF

Tints of Medium Orchid #AF67DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 34.93%
G = 20.56%
B = 44.51%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF67DF (or 0xAF67DF) is known color: Medium Orchid. HEX triplet: AF, 67 and DF. RGB value is (175,103,223). Sum of RGB (Red+Green+Blue) = 175+103+223=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF67DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67DF is #509820. Grayscale: #898989. Windows color (decimal): -5281825 or 14641071. OLE color: 14641071.

HSL color Cylindrical-coordinate representation of color #AF67DF: hue angle of 276º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF67DF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 103 223 -
CMYK 0.22 0.54 0 0.13
HSL 276º 0.65% 0.64% -
HSV(B) 276º 0.54% 0.87% -
XYZ 35.85 24.14 72.58 -
YUV 138.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 175 103 223 0.22 0.54 0 0.13 276 0.65 0.64
Hex AF 67 DF 16 36 0 D 114 41 40
Octal 257 147 337 26 66 0 15 424 101 100
Binary 10101111 1100111 11011111 10110 110110 0 1101 100010100 1000001 1000000

Color Harmonies of #AF67DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67DF

Black with #AF67DF

Text Example


Text Example

White with #AF67DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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