Html Css Color HEX #AF38EA Dark Orchid

📋 copy color: '#AF38EA'

red 175 ◦ green 56 ◦ blue 234

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

Shades of Dark Orchid #AF38EA

Tints of Dark Orchid #AF38EA

RGB

 RED value IS 175 (68.75% from 255) = 37.63%

 GREEN value IS 56 (22.27% from 255) = 12.04%

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

R = 37.63%
G = 12.04%
B = 50.32%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF38EA (or 0xAF38EA) is known color: Dark Orchid. HEX triplet: AF, 38 and EA. RGB value is (175,56,234). Sum of RGB (Red+Green+Blue) = 175+56+234=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 56 (22.27% from 255 or 12.04% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF38EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF38EA is #50C715. Grayscale: #6F6F6F. Windows color (decimal): -5293846 or 15349935. OLE color: 15349935.

HSL color Cylindrical-coordinate representation of color #AF38EA: hue angle of 280.11º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF38EA is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 56 234 -
CMYK 0.25 0.76 0 0.08
HSL 280.11º 0.81% 0.57% -
HSV(B) 280.11º 0.76% 0.92% -
XYZ 33.94 17.88 79.5 -
YUV 111.87 196.92 173.03 -
System Red Green Blue C M Y K H S L
Decimal 175 56 234 0.25 0.76 0 0.08 280.11 0.81 0.57
Hex AF 38 EA 19 4C 0 8 118 51 39
Octal 257 70 352 31 114 0 10 430 121 71
Binary 10101111 111000 11101010 11001 1001100 0 1000 100011000 1010001 111001

Color Harmonies of #AF38EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38EA

Black with #AF38EA

Text Example


Text Example

White with #AF38EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38EA; }

 p { color: rgb(175,56,234); }

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

background-color css

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

 a { background-color: rgb(175,56,234); }

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

border-color css

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

 span { border-color: rgb(175,56,234); }

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