Html Css Color HEX #AF67D4 Medium Orchid

📋 copy color: '#AF67D4'

red 175 ◦ green 103 ◦ blue 212

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

Shades of Medium Orchid #AF67D4

Tints of Medium Orchid #AF67D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.27%

R = 35.71%
G = 21.02%
B = 43.27%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AF67D4 (or 0xAF67D4) is known color: Medium Orchid. HEX triplet: AF, 67 and D4. RGB value is (175,103,212). Sum of RGB (Red+Green+Blue) = 175+103+212=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF67D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF67D4 is #50982B. Grayscale: #888888. Windows color (decimal): -5281836 or 13920175. OLE color: 13920175.

HSL color Cylindrical-coordinate representation of color #AF67D4: hue angle of 279.63º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF67D4 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 103 212 -
CMYK 0.17 0.51 0 0.17
HSL 279.63º 0.56% 0.62% -
HSV(B) 279.63º 0.51% 0.83% -
XYZ 34.41 23.57 65.02 -
YUV 136.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 175 103 212 0.17 0.51 0 0.17 279.63 0.56 0.62
Hex AF 67 D4 11 33 0 11 118 38 3E
Octal 257 147 324 21 63 0 21 430 70 76
Binary 10101111 1100111 11010100 10001 110011 0 10001 100011000 111000 111110

Color Harmonies of #AF67D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF67D4

Black with #AF67D4

Text Example


Text Example

White with #AF67D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF67D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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