Html Css Color HEX #AF3ADC Dark Orchid

📋 copy color: '#AF3ADC'

red 175 ◦ green 58 ◦ blue 220

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

Shades of Dark Orchid #AF3ADC

Tints of Dark Orchid #AF3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.8%

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

R = 38.63%
G = 12.8%
B = 48.57%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF3ADC (or 0xAF3ADC) is known color: Dark Orchid. HEX triplet: AF, 3A and DC. RGB value is (175,58,220). Sum of RGB (Red+Green+Blue) = 175+58+220=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF3ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ADC is #50C523. Grayscale: #6E6E6E. Windows color (decimal): -5293348 or 14432943. OLE color: 14432943.

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

Color convert

RGB 175 58 220 -
CMYK 0.20 0.74 0 0.14
HSL 283.33º 0.7% 0.55% -
HSV(B) 283.33º 0.74% 0.86% -
XYZ 32.11 17.31 69.36 -
YUV 111.45 189.26 173.33 -
System Red Green Blue C M Y K H S L
Decimal 175 58 220 0.20 0.74 0 0.14 283.33 0.7 0.55
Hex AF 3A DC 14 4A 0 E 11B 46 37
Octal 257 72 334 24 112 0 16 433 106 67
Binary 10101111 111010 11011100 10100 1001010 0 1110 100011011 1000110 110111

Color Harmonies of #AF3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ADC

Black with #AF3ADC

Text Example


Text Example

White with #AF3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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