Html Css Color HEX #AF67DE Medium Orchid

📋 copy color: '#AF67DE'

red 175 ◦ green 103 ◦ blue 222

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

Shades of Medium Orchid #AF67DE

Tints of Medium Orchid #AF67DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 35%
G = 20.6%
B = 44.4%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF67DE (or 0xAF67DE) is known color: Medium Orchid. HEX triplet: AF, 67 and DE. RGB value is (175,103,222). Sum of RGB (Red+Green+Blue) = 175+103+222=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF67DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67DE is #509821. Grayscale: #898989. Windows color (decimal): -5281826 or 14575535. OLE color: 14575535.

HSL color Cylindrical-coordinate representation of color #AF67DE: hue angle of 276.3º degrees, saturation: 0.64, 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 #AF67DE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 103 222 -
CMYK 0.21 0.54 0 0.13
HSL 276.3º 0.64% 0.64% -
HSV(B) 276.3º 0.54% 0.87% -
XYZ 35.71 24.09 71.87 -
YUV 138.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 175 103 222 0.21 0.54 0 0.13 276.3 0.64 0.64
Hex AF 67 DE 15 36 0 D 114 40 40
Octal 257 147 336 25 66 0 15 424 100 100
Binary 10101111 1100111 11011110 10101 110110 0 1101 100010100 1000000 1000000

Color Harmonies of #AF67DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67DE

Black with #AF67DE

Text Example


Text Example

White with #AF67DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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