Html Css Color HEX #A644EA Dark Orchid

📋 copy color: '#A644EA'

red 166 ◦ green 68 ◦ blue 234

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

Shades of Dark Orchid #A644EA

Tints of Dark Orchid #A644EA

RGB

 RED value IS 166 (65.23% from 255) = 35.47%

 GREEN value IS 68 (26.95% from 255) = 14.53%

 BLUE value IS 234 (91.8% from 255) = 50%

R = 35.47%
G = 14.53%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A644EA (or 0xA644EA) is known color: Dark Orchid. HEX triplet: A6, 44 and EA. RGB value is (166,68,234). Sum of RGB (Red+Green+Blue) = 166+68+234=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 68 (26.95% from 255 or 14.53% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #A644EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A644EA is #59BB15. Grayscale: #737373. Windows color (decimal): -5880598 or 15352998. OLE color: 15352998.

HSL color Cylindrical-coordinate representation of color #A644EA: hue angle of 275.42º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A644EA is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 68 234 -
CMYK 0.29 0.71 0 0.08
HSL 275.42º 0.8% 0.59% -
HSV(B) 275.42º 0.71% 0.92% -
XYZ 32.64 18.18 79.63 -
YUV 116.23 194.47 163.5 -
System Red Green Blue C M Y K H S L
Decimal 166 68 234 0.29 0.71 0 0.08 275.42 0.8 0.59
Hex A6 44 EA 1D 47 0 8 113 50 3B
Octal 246 104 352 35 107 0 10 423 120 73
Binary 10100110 1000100 11101010 11101 1000111 0 1000 100010011 1010000 111011

Color Harmonies of #A644EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A644EA

Black with #A644EA

Text Example


Text Example

White with #A644EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A644EA; }

 p { color: rgb(166,68,234); }

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

background-color css

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

 a { background-color: rgb(166,68,234); }

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

border-color css

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

 span { border-color: rgb(166,68,234); }

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