Html Css Color HEX #A227CF Dark Orchid

📋 copy color: '#A227CF'

red 162 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #A227CF

Tints of Dark Orchid #A227CF

RGB

 RED value IS 162 (63.67% from 255) = 39.71%

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 39.71%
G = 9.56%
B = 50.74%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A227CF (or 0xA227CF) is known color: Dark Orchid. HEX triplet: A2, 27 and CF. RGB value is (162,39,207). Sum of RGB (Red+Green+Blue) = 162+39+207=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #A227CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227CF is #5DD830. Grayscale: #5E5E5E. Windows color (decimal): -6150193 or 13576098. OLE color: 13576098.

HSL color Cylindrical-coordinate representation of color #A227CF: hue angle of 283.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A227CF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 39 207 -
CMYK 0.22 0.81 0 0.19
HSL 283.93º 0.68% 0.48% -
HSV(B) 283.93º 0.81% 0.81% -
XYZ 26.89 13.64 60.25 -
YUV 94.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 162 39 207 0.22 0.81 0 0.19 283.93 0.68 0.48
Hex A2 27 CF 16 51 0 13 11C 44 30
Octal 242 47 317 26 121 0 23 434 104 60
Binary 10100010 100111 11001111 10110 1010001 0 10011 100011100 1000100 110000

Color Harmonies of #A227CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A227CF

Black with #A227CF

Text Example


Text Example

White with #A227CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A227CF; }

 p { color: rgb(162,39,207); }

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

background-color css

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

 a { background-color: rgb(162,39,207); }

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

border-color css

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

 span { border-color: rgb(162,39,207); }

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