Html Css Color HEX #A735DA Dark Orchid

📋 copy color: '#A735DA'

red 167 ◦ green 53 ◦ blue 218

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

Shades of Dark Orchid #A735DA

Tints of Dark Orchid #A735DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 38.13%
G = 12.1%
B = 49.77%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A735DA (or 0xA735DA) is known color: Dark Orchid. HEX triplet: A7, 35 and DA. RGB value is (167,53,218). Sum of RGB (Red+Green+Blue) = 167+53+218=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #A735DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735DA is #58CA25. Grayscale: #696969. Windows color (decimal): -5818918 or 14300583. OLE color: 14300583.

HSL color Cylindrical-coordinate representation of color #A735DA: hue angle of 281.45º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A735DA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 53 218 -
CMYK 0.23 0.76 0 0.15
HSL 281.45º 0.69% 0.53% -
HSV(B) 281.45º 0.76% 0.85% -
XYZ 29.86 15.82 67.81 -
YUV 105.9 191.27 171.58 -
System Red Green Blue C M Y K H S L
Decimal 167 53 218 0.23 0.76 0 0.15 281.45 0.69 0.53
Hex A7 35 DA 17 4C 0 F 119 45 35
Octal 247 65 332 27 114 0 17 431 105 65
Binary 10100111 110101 11011010 10111 1001100 0 1111 100011001 1000101 110101

Color Harmonies of #A735DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A735DA

Black with #A735DA

Text Example


Text Example

White with #A735DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A735DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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