Html Css Color HEX #A627CA Dark Orchid

📋 copy color: '#A627CA'

red 166 ◦ green 39 ◦ blue 202

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

Shades of Dark Orchid #A627CA

Tints of Dark Orchid #A627CA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.58%

 BLUE value IS 202 (79.3% from 255) = 49.63%

R = 40.79%
G = 9.58%
B = 49.63%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A627CA (or 0xA627CA) is known color: Dark Orchid. HEX triplet: A6, 27 and CA. RGB value is (166,39,202). Sum of RGB (Red+Green+Blue) = 166+39+202=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 39 (15.62% from 255 or 9.58% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A627CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A627CA is #59D835. Grayscale: #5F5F5F. Windows color (decimal): -5888054 or 13248422. OLE color: 13248422.

HSL color Cylindrical-coordinate representation of color #A627CA: hue angle of 286.75º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A627CA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 39 202 -
CMYK 0.18 0.81 0 0.21
HSL 286.75º 0.68% 0.47% -
HSV(B) 286.75º 0.81% 0.79% -
XYZ 27.11 13.82 57.12 -
YUV 95.56 188.08 178.25 -
System Red Green Blue C M Y K H S L
Decimal 166 39 202 0.18 0.81 0 0.21 286.75 0.68 0.47
Hex A6 27 CA 12 51 0 15 11F 44 2F
Octal 246 47 312 22 121 0 25 437 104 57
Binary 10100110 100111 11001010 10010 1010001 0 10101 100011111 1000100 101111

Color Harmonies of #A627CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A627CA

Black with #A627CA

Text Example


Text Example

White with #A627CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A627CA; }

 p { color: rgb(166,39,202); }

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

background-color css

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

 a { background-color: rgb(166,39,202); }

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

border-color css

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

 span { border-color: rgb(166,39,202); }

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