Html Css Color HEX #AF3ADD Dark Orchid

📋 copy color: '#AF3ADD'

red 175 ◦ green 58 ◦ blue 221

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

Shades of Dark Orchid #AF3ADD

Tints of Dark Orchid #AF3ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 38.55%
G = 12.78%
B = 48.68%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF3ADD (or 0xAF3ADD) is known color: Dark Orchid. HEX triplet: AF, 3A and DD. RGB value is (175,58,221). Sum of RGB (Red+Green+Blue) = 175+58+221=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF3ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ADD is #50C522. Grayscale: #6F6F6F. Windows color (decimal): -5293347 or 14498479. OLE color: 14498479.

HSL color Cylindrical-coordinate representation of color #AF3ADD: hue angle of 283.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3ADD is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 58 221 -
CMYK 0.21 0.74 0 0.13
HSL 283.07º 0.71% 0.55% -
HSV(B) 283.07º 0.74% 0.87% -
XYZ 32.24 17.36 70.06 -
YUV 111.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 175 58 221 0.21 0.74 0 0.13 283.07 0.71 0.55
Hex AF 3A DD 15 4A 0 D 11B 47 37
Octal 257 72 335 25 112 0 15 433 107 67
Binary 10101111 111010 11011101 10101 1001010 0 1101 100011011 1000111 110111

Color Harmonies of #AF3ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ADD

Black with #AF3ADD

Text Example


Text Example

White with #AF3ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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