Html Css Color HEX #AF3BDC Dark Orchid

📋 copy color: '#AF3BDC'

red 175 ◦ green 59 ◦ blue 220

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

Shades of Dark Orchid #AF3BDC

Tints of Dark Orchid #AF3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13%

 BLUE value IS 220 (86.33% from 255) = 48.46%

R = 38.55%
G = 13%
B = 48.46%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF3BDC (or 0xAF3BDC) is known color: Dark Orchid. HEX triplet: AF, 3B and DC. RGB value is (175,59,220). Sum of RGB (Red+Green+Blue) = 175+59+220=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF3BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BDC is #50C423. Grayscale: #6F6F6F. Windows color (decimal): -5293092 or 14433199. OLE color: 14433199.

HSL color Cylindrical-coordinate representation of color #AF3BDC: hue angle of 283.23º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF3BDC is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 59 220 -
CMYK 0.20 0.73 0 0.14
HSL 283.23º 0.7% 0.55% -
HSV(B) 283.23º 0.73% 0.86% -
XYZ 32.16 17.41 69.38 -
YUV 112.04 188.93 172.91 -
System Red Green Blue C M Y K H S L
Decimal 175 59 220 0.20 0.73 0 0.14 283.23 0.7 0.55
Hex AF 3B DC 14 49 0 E 11B 46 37
Octal 257 73 334 24 111 0 16 433 106 67
Binary 10101111 111011 11011100 10100 1001001 0 1110 100011011 1000110 110111

Color Harmonies of #AF3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BDC

Black with #AF3BDC

Text Example


Text Example

White with #AF3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BDC; }

 p { color: rgb(175,59,220); }

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

background-color css

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

 a { background-color: rgb(175,59,220); }

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

border-color css

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

 span { border-color: rgb(175,59,220); }

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