Html Css Color HEX #A231D7 Dark Orchid

📋 copy color: '#A231D7'

red 162 ◦ green 49 ◦ blue 215

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

Shades of Dark Orchid #A231D7

Tints of Dark Orchid #A231D7

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.5%

 BLUE value IS 215 (84.38% from 255) = 50.47%

R = 38.03%
G = 11.5%
B = 50.47%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A231D7 (or 0xA231D7) is known color: Dark Orchid. HEX triplet: A2, 31 and D7. RGB value is (162,49,215). Sum of RGB (Red+Green+Blue) = 162+49+215=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #A231D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A231D7 is #5DCE28. Grayscale: #656565. Windows color (decimal): -6147625 or 14102946. OLE color: 14102946.

HSL color Cylindrical-coordinate representation of color #A231D7: hue angle of 280.84º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A231D7 is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 49 215 -
CMYK 0.25 0.77 0 0.16
HSL 280.84º 0.67% 0.52% -
HSV(B) 280.84º 0.77% 0.84% -
XYZ 28.26 14.78 65.65 -
YUV 101.71 191.94 171 -
System Red Green Blue C M Y K H S L
Decimal 162 49 215 0.25 0.77 0 0.16 280.84 0.67 0.52
Hex A2 31 D7 19 4D 0 10 119 43 34
Octal 242 61 327 31 115 0 20 431 103 64
Binary 10100010 110001 11010111 11001 1001101 0 10000 100011001 1000011 110100

Color Harmonies of #A231D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231D7

Black with #A231D7

Text Example


Text Example

White with #A231D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231D7; }

 p { color: rgb(162,49,215); }

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

background-color css

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

 a { background-color: rgb(162,49,215); }

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

border-color css

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

 span { border-color: rgb(162,49,215); }

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