Html Css Color HEX #A335CD Dark Orchid

📋 copy color: '#A335CD'

red 163 ◦ green 53 ◦ blue 205

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

Shades of Dark Orchid #A335CD

Tints of Dark Orchid #A335CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 38.72%
G = 12.59%
B = 48.69%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A335CD (or 0xA335CD) is known color: Dark Orchid. HEX triplet: A3, 35 and CD. RGB value is (163,53,205). Sum of RGB (Red+Green+Blue) = 163+53+205=421 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.72% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #A335CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335CD is #5CCA32. Grayscale: #666666. Windows color (decimal): -6081075 or 13448611. OLE color: 13448611.

HSL color Cylindrical-coordinate representation of color #A335CD: hue angle of 283.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A335CD is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 53 205 -
CMYK 0.20 0.74 0 0.20
HSL 283.42º 0.6% 0.51% -
HSV(B) 283.42º 0.74% 0.8% -
XYZ 27.4 14.74 59.16 -
YUV 103.22 185.44 170.64 -
System Red Green Blue C M Y K H S L
Decimal 163 53 205 0.20 0.74 0 0.20 283.42 0.6 0.51
Hex A3 35 CD 14 4A 0 14 11B 3C 33
Octal 243 65 315 24 112 0 24 433 74 63
Binary 10100011 110101 11001101 10100 1001010 0 10100 100011011 111100 110011

Color Harmonies of #A335CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335CD

Black with #A335CD

Text Example


Text Example

White with #A335CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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