Html Css Color HEX #AF67D2 Medium Orchid

📋 copy color: '#AF67D2'

red 175 ◦ green 103 ◦ blue 210

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

Shades of Medium Orchid #AF67D2

Tints of Medium Orchid #AF67D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.03%

R = 35.86%
G = 21.11%
B = 43.03%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AF67D2 (or 0xAF67D2) is known color: Medium Orchid. HEX triplet: AF, 67 and D2. RGB value is (175,103,210). Sum of RGB (Red+Green+Blue) = 175+103+210=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF67D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67D2 is #50982D. Grayscale: #888888. Windows color (decimal): -5281838 or 13789103. OLE color: 13789103.

HSL color Cylindrical-coordinate representation of color #AF67D2: hue angle of 280.37º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF67D2 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 103 210 -
CMYK 0.17 0.51 0 0.18
HSL 280.37º 0.54% 0.61% -
HSV(B) 280.37º 0.51% 0.82% -
XYZ 34.16 23.47 63.7 -
YUV 136.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 175 103 210 0.17 0.51 0 0.18 280.37 0.54 0.61
Hex AF 67 D2 11 33 0 12 118 36 3D
Octal 257 147 322 21 63 0 22 430 66 75
Binary 10101111 1100111 11010010 10001 110011 0 10010 100011000 110110 111101

Color Harmonies of #AF67D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67D2

Black with #AF67D2

Text Example


Text Example

White with #AF67D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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