Html Css Color HEX #A724E6 Dark Orchid

📋 copy color: '#A724E6'

red 167 ◦ green 36 ◦ blue 230

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

Shades of Dark Orchid #A724E6

Tints of Dark Orchid #A724E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 53.12%

R = 38.57%
G = 8.31%
B = 53.12%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A724E6 (or 0xA724E6) is known color: Dark Orchid. HEX triplet: A7, 24 and E6. RGB value is (167,36,230). Sum of RGB (Red+Green+Blue) = 167+36+230=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 230 (90.23% from 255 or 53.12% from 433); Max value from RGB is 230 - color contains mainly: blue. Hex color #A724E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A724E6 is #58DB19. Grayscale: #606060. Windows color (decimal): -5823258 or 15082663. OLE color: 15082663.

HSL color Cylindrical-coordinate representation of color #A724E6: hue angle of 280.52º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A724E6 is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 36 230 -
CMYK 0.27 0.84 0 0.10
HSL 280.52º 0.8% 0.52% -
HSV(B) 280.52º 0.84% 0.9% -
XYZ 30.85 15.19 76.17 -
YUV 97.29 202.9 177.73 -
System Red Green Blue C M Y K H S L
Decimal 167 36 230 0.27 0.84 0 0.10 280.52 0.8 0.52
Hex A7 24 E6 1B 54 0 A 119 50 34
Octal 247 44 346 33 124 0 12 431 120 64
Binary 10100111 100100 11100110 11011 1010100 0 1010 100011001 1010000 110100

Color Harmonies of #A724E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A724E6

Black with #A724E6

Text Example


Text Example

White with #A724E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A724E6; }

 p { color: rgb(167,36,230); }

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

background-color css

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

 a { background-color: rgb(167,36,230); }

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

border-color css

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

 span { border-color: rgb(167,36,230); }

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