Html Css Color HEX #A335DD Dark Orchid

📋 copy color: '#A335DD'

red 163 ◦ green 53 ◦ blue 221

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

Shades of Dark Orchid #A335DD

Tints of Dark Orchid #A335DD

RGB

 RED value IS 163 (64.06% from 255) = 37.3%

 GREEN value IS 53 (21.09% from 255) = 12.13%

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

R = 37.3%
G = 12.13%
B = 50.57%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A335DD (or 0xA335DD) is known color: Dark Orchid. HEX triplet: A3, 35 and DD. RGB value is (163,53,221). Sum of RGB (Red+Green+Blue) = 163+53+221=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #A335DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335DD is #5CCA22. Grayscale: #686868. Windows color (decimal): -6081059 or 14497187. OLE color: 14497187.

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

Color convert

RGB 163 53 221 -
CMYK 0.26 0.76 0 0.13
HSL 279.29º 0.71% 0.54% -
HSV(B) 279.29º 0.76% 0.87% -
XYZ 29.43 15.55 69.86 -
YUV 105.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 163 53 221 0.26 0.76 0 0.13 279.29 0.71 0.54
Hex A3 35 DD 1A 4C 0 D 117 47 36
Octal 243 65 335 32 114 0 15 427 107 66
Binary 10100011 110101 11011101 11010 1001100 0 1101 100010111 1000111 110110

Color Harmonies of #A335DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335DD

Black with #A335DD

Text Example


Text Example

White with #A335DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335DD; }

 p { color: rgb(163,53,221); }

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

background-color css

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

 a { background-color: rgb(163,53,221); }

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

border-color css

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

 span { border-color: rgb(163,53,221); }

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