Html Css Color HEX #AF67D6 Medium Orchid

📋 copy color: '#AF67D6'

red 175 ◦ green 103 ◦ blue 214

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

Shades of Medium Orchid #AF67D6

Tints of Medium Orchid #AF67D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 35.57%
G = 20.93%
B = 43.5%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF67D6 (or 0xAF67D6) is known color: Medium Orchid. HEX triplet: AF, 67 and D6. RGB value is (175,103,214). Sum of RGB (Red+Green+Blue) = 175+103+214=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF67D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67D6 is #509829. Grayscale: #888888. Windows color (decimal): -5281834 or 14051247. OLE color: 14051247.

HSL color Cylindrical-coordinate representation of color #AF67D6: hue angle of 278.92º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF67D6 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 103 214 -
CMYK 0.18 0.52 0 0.16
HSL 278.92º 0.58% 0.62% -
HSV(B) 278.92º 0.52% 0.84% -
XYZ 34.67 23.67 66.36 -
YUV 137.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 175 103 214 0.18 0.52 0 0.16 278.92 0.58 0.62
Hex AF 67 D6 12 34 0 10 117 3A 3E
Octal 257 147 326 22 64 0 20 427 72 76
Binary 10101111 1100111 11010110 10010 110100 0 10000 100010111 111010 111110

Color Harmonies of #AF67D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67D6

Black with #AF67D6

Text Example


Text Example

White with #AF67D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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