Html Css Color HEX #A835BE Dark Orchid

📋 copy color: '#A835BE'

red 168 ◦ green 53 ◦ blue 190

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

Shades of Dark Orchid #A835BE

Tints of Dark Orchid #A835BE

RGB

 RED value IS 168 (66.02% from 255) = 40.88%

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

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 40.88%
G = 12.9%
B = 46.23%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A835BE (or 0xA835BE) is known color: Dark Orchid. HEX triplet: A8, 35 and BE. RGB value is (168,53,190). Sum of RGB (Red+Green+Blue) = 168+53+190=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #A835BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835BE is #57CA41. Grayscale: #666666. Windows color (decimal): -5753410 or 12465576. OLE color: 12465576.

HSL color Cylindrical-coordinate representation of color #A835BE: hue angle of 290.36º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A835BE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 53 190 -
CMYK 0.12 0.72 0 0.25
HSL 290.37º 0.56% 0.48% -
HSV(B) 290.37º 0.72% 0.75% -
XYZ 26.72 14.59 50.12 -
YUV 103 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 168 53 190 0.12 0.72 0 0.25 290.37 0.56 0.48
Hex A8 35 BE C 48 0 19 122 38 30
Octal 250 65 276 14 110 0 31 442 70 60
Binary 10101000 110101 10111110 1100 1001000 0 11001 100100010 111000 110000

Color Harmonies of #A835BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835BE

Black with #A835BE

Text Example


Text Example

White with #A835BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835BE; }

 p { color: rgb(168,53,190); }

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

background-color css

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

 a { background-color: rgb(168,53,190); }

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

border-color css

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

 span { border-color: rgb(168,53,190); }

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