Html Css Color HEX #AF62DA Medium Orchid

📋 copy color: '#AF62DA'

red 175 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #AF62DA

Tints of Medium Orchid #AF62DA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.96%

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 35.64%
G = 19.96%
B = 44.4%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF62DA (or 0xAF62DA) is known color: Medium Orchid. HEX triplet: AF, 62 and DA. RGB value is (175,98,218). Sum of RGB (Red+Green+Blue) = 175+98+218=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF62DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62DA is #509D25. Grayscale: #868686. Windows color (decimal): -5283110 or 14312111. OLE color: 14312111.

HSL color Cylindrical-coordinate representation of color #AF62DA: hue angle of 278.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF62DA is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 98 218 -
CMYK 0.20 0.55 0 0.15
HSL 278.5º 0.62% 0.62% -
HSV(B) 278.5º 0.55% 0.85% -
XYZ 34.7 22.91 68.92 -
YUV 134.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 175 98 218 0.20 0.55 0 0.15 278.5 0.62 0.62
Hex AF 62 DA 14 37 0 F 116 3E 3E
Octal 257 142 332 24 67 0 17 426 76 76
Binary 10101111 1100010 11011010 10100 110111 0 1111 100010110 111110 111110

Color Harmonies of #AF62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF62DA

Black with #AF62DA

Text Example


Text Example

White with #AF62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF62DA; }

 p { color: rgb(175,98,218); }

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

background-color css

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

 a { background-color: rgb(175,98,218); }

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

border-color css

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

 span { border-color: rgb(175,98,218); }

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