Html Css Color HEX #A433DF Dark Orchid

📋 copy color: '#A433DF'

red 164 ◦ green 51 ◦ blue 223

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

Shades of Dark Orchid #A433DF

Tints of Dark Orchid #A433DF

RGB

 RED value IS 164 (64.45% from 255) = 37.44%

 GREEN value IS 51 (20.31% from 255) = 11.64%

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 37.44%
G = 11.64%
B = 50.91%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A433DF (or 0xA433DF) is known color: Dark Orchid. HEX triplet: A4, 33 and DF. RGB value is (164,51,223). Sum of RGB (Red+Green+Blue) = 164+51+223=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #A433DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433DF is #5BCC20. Grayscale: #676767. Windows color (decimal): -6016033 or 14627748. OLE color: 14627748.

HSL color Cylindrical-coordinate representation of color #A433DF: hue angle of 279.42º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A433DF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 51 223 -
CMYK 0.26 0.77 0 0.13
HSL 279.42º 0.73% 0.54% -
HSV(B) 279.42º 0.77% 0.87% -
XYZ 29.81 15.59 71.25 -
YUV 104.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 164 51 223 0.26 0.77 0 0.13 279.42 0.73 0.54
Hex A4 33 DF 1A 4D 0 D 117 49 36
Octal 244 63 337 32 115 0 15 427 111 66
Binary 10100100 110011 11011111 11010 1001101 0 1101 100010111 1001001 110110

Color Harmonies of #A433DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A433DF

Black with #A433DF

Text Example


Text Example

White with #A433DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A433DF; }

 p { color: rgb(164,51,223); }

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

background-color css

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

 a { background-color: rgb(164,51,223); }

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

border-color css

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

 span { border-color: rgb(164,51,223); }

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