Html Css Color HEX #A824BE Dark Orchid

📋 copy color: '#A824BE'

red 168 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #A824BE

Tints of Dark Orchid #A824BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.14%

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

R = 42.64%
G = 9.14%
B = 48.22%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A824BE (or 0xA824BE) is known color: Dark Orchid. HEX triplet: A8, 24 and BE. RGB value is (168,36,190). Sum of RGB (Red+Green+Blue) = 168+36+190=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #A824BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824BE is #57DB41. Grayscale: #5C5C5C. Windows color (decimal): -5757762 or 12461224. OLE color: 12461224.

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

Color convert

RGB 168 36 190 -
CMYK 0.12 0.81 0 0.25
HSL 291.43º 0.68% 0.44% -
HSV(B) 291.43º 0.81% 0.75% -
XYZ 26.07 13.3 49.91 -
YUV 93.02 182.73 181.48 -
System Red Green Blue C M Y K H S L
Decimal 168 36 190 0.12 0.81 0 0.25 291.43 0.68 0.44
Hex A8 24 BE C 51 0 19 123 44 2C
Octal 250 44 276 14 121 0 31 443 104 54
Binary 10101000 100100 10111110 1100 1010001 0 11001 100100011 1000100 101100

Color Harmonies of #A824BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824BE

Black with #A824BE

Text Example


Text Example

White with #A824BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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