Html Css Color HEX #A735CD Dark Orchid

📋 copy color: '#A735CD'

red 167 ◦ green 53 ◦ blue 205

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

Shades of Dark Orchid #A735CD

Tints of Dark Orchid #A735CD

RGB

 RED value IS 167 (65.63% from 255) = 39.29%

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

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

R = 39.29%
G = 12.47%
B = 48.24%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A735CD (or 0xA735CD) is known color: Dark Orchid. HEX triplet: A7, 35 and CD. RGB value is (167,53,205). Sum of RGB (Red+Green+Blue) = 167+53+205=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #A735CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735CD is #58CA32. Grayscale: #676767. Windows color (decimal): -5818931 or 13448615. OLE color: 13448615.

HSL color Cylindrical-coordinate representation of color #A735CD: hue angle of 285º 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 #A735CD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 53 205 -
CMYK 0.19 0.74 0 0.20
HSL 285º 0.6% 0.51% -
HSV(B) 285º 0.74% 0.8% -
XYZ 28.23 15.17 59.2 -
YUV 104.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 167 53 205 0.19 0.74 0 0.20 285 0.6 0.51
Hex A7 35 CD 13 4A 0 14 11D 3C 33
Octal 247 65 315 23 112 0 24 435 74 63
Binary 10100111 110101 11001101 10011 1001010 0 10100 100011101 111100 110011

Color Harmonies of #A735CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A735CD

Black with #A735CD

Text Example


Text Example

White with #A735CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A735CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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